fix(drawer): ensure the slot is working
This commit is contained in:
parent
1e4a250da1
commit
b9b470f4df
|
|
@ -12,6 +12,9 @@
|
||||||
</template>
|
</template>
|
||||||
</DrawerHeader>
|
</DrawerHeader>
|
||||||
</template>
|
</template>
|
||||||
|
<template v-else #title>
|
||||||
|
<slot name="title"></slot>
|
||||||
|
</template>
|
||||||
|
|
||||||
<ScrollContainer
|
<ScrollContainer
|
||||||
:style="getScrollContentStyle"
|
:style="getScrollContentStyle"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue