Commit b9b470f4df1cd57ca501666b6b3270a4d4d4f873
1 parent
1e4a250d
fix(drawer): ensure the slot is working
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/Drawer/src/BasicDrawer.vue
@@ -12,6 +12,9 @@ | @@ -12,6 +12,9 @@ | ||
12 | </template> | 12 | </template> |
13 | </DrawerHeader> | 13 | </DrawerHeader> |
14 | </template> | 14 | </template> |
15 | + <template v-else #title> | ||
16 | + <slot name="title"></slot> | ||
17 | + </template> | ||
15 | 18 | ||
16 | <ScrollContainer | 19 | <ScrollContainer |
17 | :style="getScrollContentStyle" | 20 | :style="getScrollContentStyle" |