5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
![]() |
import drawer from './drawer.vue';
|
||
|
import { withInstall } from '/nerv-lib/util';
|
||
|
|
||
|
export const NsDrawer = withInstall(drawer);
|