Blame view

src/components/Dropdown/index.ts 161 Bytes
1
2
import { withInstall } from '/@/utils';
import dropdown from './src/Dropdown.vue';
3
4
5
export * from './src/typing';
export const Dropdown = withInstall(dropdown);