feat: drawer 组件封装

This commit is contained in:
xuziqiang
2024-05-29 13:58:08 +08:00
parent c9f8148dc3
commit f7ebb4bd60
3 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
import drawer from './drawer.vue';
import { withInstall } from '/nerv-lib/util';
export const NsDrawer = withInstall(drawer);