第一次提交
This commit is contained in:
4
jeecgboot-vue3/src/components/CodeEditor/index.ts
Normal file
4
jeecgboot-vue3/src/components/CodeEditor/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { withInstall } from '/@/utils';
|
||||
import codeEditor from './src/CodeEditor.vue';
|
||||
|
||||
export const CodeEditor = withInstall(codeEditor);
|
||||
Reference in New Issue
Block a user