修复某些情况下重设schemas数据不会生效的问题 fixed #688
@@ -196,6 +196,13 @@
);
watch(
+ () => unref(getProps).schemas,
+ (schemas) => {
+ resetSchema(schemas ?? []);
+ }
+ );
+
+ watch(
() => getSchema.value,
(schema) => {
nextTick(() => {