fix(editor): uiselect没有注册

This commit is contained in:
roymondchen 2022-08-08 13:26:40 +08:00 committed by jia000
parent 3d1a803ec9
commit 7de649d8c4
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ import { FormState } from '@tmagic/form';
import { Services } from '../type';
const props = defineProps<{
labelWidth: string;
config: any;
model: any;
prop: string;

View File

@ -58,7 +58,7 @@ export default {
setConfig(option);
app.component(Editor.name, Editor);
app.component(uiSelect.name, uiSelect);
app.component('m-fields-ui-select', uiSelect);
app.component(CodeLink.name, CodeLink);
app.component(Code.name, Code);
app.component(CodeEditor.name, CodeEditor);