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

perf: editable row 优化添加
This commit is contained in:
GitHub Actions Bot
2024-10-26 19:23:53 +00:00
parent 7008a408ca
commit 27a9fc32a6
3 changed files with 145 additions and 0 deletions
@@ -682,6 +682,12 @@ export const crudResources = [
name: "EditableSubCrud",
path: "/crud/editable/sub-crud",
component: "/crud/editable/sub-crud/index.vue"
},
{
title: "行编辑VModel",
name: "EditableRowVModel",
path: "/crud/editable/menus",
component: "/crud/editable/menus/index.vue"
}
]
},