🐛(ssr): 升级 ssr-darkreader 4.9.45
更新文档
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"@vueuse/core": "^8.7.3",
|
||||
"async-validator": "^4.1.1",
|
||||
"cropperjs": "^1.5.12",
|
||||
"darkreader": "^4.9.51",
|
||||
"@umijs/ssr-darkreader": "^4.9.45",
|
||||
"dayjs": "^1.11.0",
|
||||
"evtd": "^0.2.3",
|
||||
"uuid": "^8.3.2",
|
||||
|
||||
@@ -29,7 +29,6 @@ export const useTree: UseTree = (props: TreeProps, emit: TreeEmits) => {
|
||||
|
||||
const nodeList = computed(() => {
|
||||
const nodes = tree.getData();
|
||||
console.log(nodes);
|
||||
return nodes;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user