File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<b-nav-item-dropdown :right =" right" :no-caret =" noCaret" >
3
3
<template slot="button-content">
4
- <slot name =" button-content" >
5
- <img
6
- src =" static/img/avatars/6.jpg"
7
- class =" img-avatar"
8
- alt =" admin@bootstrapmaster.com" />
4
+ <slot name =" header" >
5
+ ❔ ;
9
6
</slot >
10
7
</template >
11
- <slot >
12
- <div :style =" { right: 'auto', height: '400px' }" >dropdown</div >
8
+ <slot name =" dropdown" >
9
+ <div :style =" { right: 'auto', height: '200px' }" >
10
+ <span class =" text-center" >dropdown</span >
11
+ </div >
13
12
</slot >
14
13
</b-nav-item-dropdown >
15
14
</template >
@@ -25,9 +24,6 @@ export default {
25
24
type: Boolean ,
26
25
default: false
27
26
}
28
- },
29
- data : () => {
30
- return { itemsCount: 42 }
31
27
}
32
28
}
33
29
</script >
You can’t perform that action at this time.
0 commit comments