Browse Source

Merge branch 'fix-tailwindcss' of https://github.com/xingyu4j/vue-vben-admin into fix-tailwindcss

pull/7693/head
xingyu4j 5 days ago
parent
commit
1caa9693cd
  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() {
// 便使Drawer
// 便使Drawer
inContentDrawerApi.setState({ class: 'w-full', placement: 'right' }).open();
}

Loading…
Cancel
Save