perf: menu tree

This commit is contained in:
xiaoxian521
2021-12-16 13:47:13 +08:00
parent 10fa0ee8c8
commit 0903008ced
2 changed files with 16 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import { extractPathList, deleteChildren } from "/@/utils/tree";
import { usePermissionStoreHook } from "/@/store/modules/permission";
let dataProps = ref({
value: "path",
value: "uniqueId",
children: "children"
});