mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
fix(editor): uiselect没有注册
This commit is contained in:
parent
3d1a803ec9
commit
7de649d8c4
@ -21,7 +21,6 @@ import { FormState } from '@tmagic/form';
|
||||
import { Services } from '../type';
|
||||
|
||||
const props = defineProps<{
|
||||
labelWidth: string;
|
||||
config: any;
|
||||
model: any;
|
||||
prop: string;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user