File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 14
14
v-show =" show"
15
15
:transition =" effect" >
16
16
<div class =" arrow" ></div >
17
- <h3 class =" popover-title" v-show =" title" > <slot name =" title" >{{title}} </slot > </h3 >
17
+ <h3 class =" popover-title" v-show =" title" >
18
+ <slot name =" title" >
19
+ {{title}}
20
+ </slot >
21
+ </h3 >
18
22
<div class =" popover-content" >
19
- <slot name =" content" > {{{content}}} </slot >
23
+ <slot name =" content" >
24
+ {{{content}}}
25
+ </slot >
20
26
</div >
21
27
</div >
22
28
</template >
Original file line number Diff line number Diff line change 22
22
</li >
23
23
</template >
24
24
<slot v-else ></slot >
25
- <div class =" notify" v-show =" showNotify" transition =" fadein" >Limit reached ({{limit}} items max).</div >
25
+ <div class =" notify" v-show =" showNotify" transition =" fadein" >Limit reached ({{limit}} items max).
26
+ </div >
26
27
</ul >
27
28
</div >
28
29
</template >
You can’t perform that action at this time.
0 commit comments