橙子
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
playground/src/views/examples/drawer/index.vue
|
|
@ -60,7 +60,7 @@ function openInContentDrawer(placement: DrawerPlacement = 'right') { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function openMaxContentDrawer() { |
|
|
function openMaxContentDrawer() { |
|
|
// 这里只是用来演示方便。实际上自己使用的时候可以直接将这些配置卸载Drawer的属性里 |
|
|
// 这里只是用来演示方便。实际上自己使用的时候可以直接将这些配置写在Drawer的属性里 |
|
|
inContentDrawerApi.setState({ class: 'w-full', placement: 'right' }).open(); |
|
|
inContentDrawerApi.setState({ class: 'w-full', placement: 'right' }).open(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|