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