Browse Source

fix: playground(drawer) comment (#7695)

pull/7699/head
橙子 5 days ago
committed by GitHub
parent
commit
d43a3729c3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      playground/src/views/examples/drawer/index.vue

2
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();
} }

Loading…
Cancel
Save