parent
5d554f184f
commit
808328dc7e
|
|
@ -195,6 +195,13 @@
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => unref(getProps).schemas,
|
||||||
|
(schemas) => {
|
||||||
|
resetSchema(schemas ?? []);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => getSchema.value,
|
() => getSchema.value,
|
||||||
(schema) => {
|
(schema) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue