feat: drawer 组件封装
This commit is contained in:
4
lib/component/drawer/index.ts
Normal file
4
lib/component/drawer/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import drawer from './drawer.vue';
|
||||
import { withInstall } from '/nerv-lib/util';
|
||||
|
||||
export const NsDrawer = withInstall(drawer);
|
Reference in New Issue
Block a user