Vben
2021-06-11 c7c95dd2affec5c7e697ca2ccde51bd8603c383a
1
2
3
4
5
import { withInstall } from '/@/utils';
import dropdown from './src/Dropdown.vue';
 
export * from './src/typing';
export const Dropdown = withInstall(dropdown);