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