mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-03 06:29:18 +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';
|
import { Services } from '../type';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
labelWidth: string;
|
|
||||||
config: any;
|
config: any;
|
||||||
model: any;
|
model: any;
|
||||||
prop: string;
|
prop: string;
|
||||||
|
@ -58,7 +58,7 @@ export default {
|
|||||||
setConfig(option);
|
setConfig(option);
|
||||||
|
|
||||||
app.component(Editor.name, Editor);
|
app.component(Editor.name, Editor);
|
||||||
app.component(uiSelect.name, uiSelect);
|
app.component('m-fields-ui-select', uiSelect);
|
||||||
app.component(CodeLink.name, CodeLink);
|
app.component(CodeLink.name, CodeLink);
|
||||||
app.component(Code.name, Code);
|
app.component(Code.name, Code);
|
||||||
app.component(CodeEditor.name, CodeEditor);
|
app.component(CodeEditor.name, CodeEditor);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user