mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
refactor(editor): form-panel mounted参数改成proxy
This commit is contained in:
parent
8aaf941d24
commit
ac2b8dbfcf
@ -99,7 +99,7 @@ watchEffect(() => {
|
|||||||
|
|
||||||
const internalInstance = getCurrentInstance();
|
const internalInstance = getCurrentInstance();
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
emit('mounted', internalInstance);
|
emit('mounted', internalInstance?.proxy);
|
||||||
});
|
});
|
||||||
|
|
||||||
const submit = async (v: FormValue, eventData: ContainerChangeEventData) => {
|
const submit = async (v: FormValue, eventData: ContainerChangeEventData) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user