Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b9b470f4df1cd57ca501666b6b3270a4d4d4f873
Authored by
Vben
2021-03-29 23:50:10 +0800
1 parent
1e4a250d
fix(drawer): ensure the slot is working
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/Drawer/src/BasicDrawer.vue
src/components/Drawer/src/BasicDrawer.vue
View file @
b9b470f
...
...
@@ -12,6 +12,9 @@
12
12
</template>
13
13
</DrawerHeader>
14
14
</template>
15
+ <template v-else #title>
16
+ <slot name="title"></slot>
17
+ </template>
15
18
16
19
<ScrollContainer
17
20
:style="getScrollContentStyle"
...
...