项目初始化
This commit is contained in:
5
web-vue/packages/core/components/Dict/index.ts
Normal file
5
web-vue/packages/core/components/Dict/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withInstall } from '@jeesite/core/utils';
|
||||
import dictLabel from './src/DictLabel.vue';
|
||||
|
||||
export * from './src/useDict';
|
||||
export const DictLabel = withInstall(dictLabel);
|
||||
Reference in New Issue
Block a user