初始版本提交
This commit is contained in:
4
src/components/DbSelect/index.ts
Normal file
4
src/components/DbSelect/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { withInstall } from '/@/utils/index';
|
||||
import dbSelect from './src/DbSelect.vue';
|
||||
|
||||
export const DbSelect = withInstall(dbSelect);
|
||||
Reference in New Issue
Block a user