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