Ben Lin
2024-10-07 b6163e1bed94b4d02d1b6f01fdc2eb3f15ca22e3
1
2
3
4
5
import { withInstall } from '@/utils';
import dropdown from './src/Dropdown.vue';
 
export * from './src/typing';
export const Dropdown = withInstall(dropdown);