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

build: publish success
chore:
perf: 增加查看表单使用单元格组件示例

https://github.com/fast-crud/fast-crud/issues/219
This commit is contained in:
GitHub Actions Bot
2023-08-18 19:24:07 +00:00
parent 919eef55a1
commit 45215debcc
7 changed files with 502 additions and 5 deletions
@@ -430,6 +430,12 @@ export const crudResources = [
name: "FormRender",
path: "/crud/form/render",
component: "/crud/form/render/index.vue"
},
{
title: "查看表单使用单元格组件",
name: "FormView",
path: "/crud/form/view",
component: "/crud/form/view/index.vue"
}
]
},