perf(@vben-core/form-ui): optimize array field updates

This commit is contained in:
Dream
2026-07-23 16:22:15 +08:00
parent 2e69c3fefc
commit bacfdf5e42
5 changed files with 221 additions and 11 deletions

View File

@@ -59,6 +59,7 @@
"preview": "turbo-run preview",
"publint": "vsh publint",
"reinstall": "pnpm run clean -- --del-lock && pnpm install",
"test:benchmark": "vitest bench --run",
"test:unit": "vitest run --dom",
"test:e2e": "turbo run test:e2e",
"update:deps": "npx taze -r -w",