zhang
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Drawer/src/BasicDrawer.vue
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<Drawer @close="onClose" v-bind="getBindValues"> |
|
|
|
<Drawer v-bind="getBindValues" :class="prefixCls" @close="onClose"> |
|
|
|
<template #title v-if="!$slots.title"> |
|
|
|
<DrawerHeader |
|
|
|
:title="getMergeProps.title" |
|
|
|
|