🔱: [client] sync upgrade with 5 commits [trident-sync]

build: publish success
perf: component.name局部引用无需shallowRef包裹
build: publish success
build: publish success
This commit is contained in:
GitHub Actions Bot
2023-10-26 19:24:28 +00:00
parent afb682e3eb
commit 461a12e909
3 changed files with 18 additions and 7 deletions
@@ -88,8 +88,7 @@ export default function ({ crudExpose, context: { asideTableRef } }: CreateCrudO
// 嵌套表格字段
rules: [{ required: true, message: "请选择用户" }],
component: {
//局部引用子表格,要用shallowRef包裹
name: shallowRef(SubTable),
name: SubTable,
vModel: "modelValue",
gradeId: compute(({ form }) => {
return form.id;