Files
geg-gas-web/src/components/DbSelect/index.ts
2024-02-05 09:15:37 +08:00

5 lines
137 B
TypeScript

import { withInstall } from '/@/utils/index';
import dbSelect from './src/DbSelect.vue';
export const DbSelect = withInstall(dbSelect);