5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
import { withInstall } from '/@/utils/index';
|
|
import dbSelect from './src/DbSelect.vue';
|
|
|
|
export const DbSelect = withInstall(dbSelect);
|