4 lines
127 B

import drawer from './drawer.vue';
import { withInstall } from '/nerv-lib/util';
export const NsDrawer = withInstall(drawer);