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

perf: 增加formWatch示例
This commit is contained in:
GitHub Actions Bot
2023-12-06 19:24:02 +00:00
parent 282f8b4e02
commit 02bfbd5019
5 changed files with 183 additions and 0 deletions
@@ -448,6 +448,12 @@ export const crudResources = [
name: "FormView",
path: "/crud/form/view",
component: "/crud/form/view/index.vue"
},
{
title: "表单Watch",
name: "FormWatch",
path: "/crud/form/watch",
component: "/crud/form/watch/index.vue"
}
]
},