🐛(ssr): 升级 ssr-darkreader 4.9.45

更新文档
This commit is contained in:
就眠儀式
2022-06-21 09:33:27 +08:00
parent 19df4a32fb
commit fe08ed09cd
3 changed files with 7 additions and 8 deletions

View File

@@ -29,7 +29,6 @@ export const useTree: UseTree = (props: TreeProps, emit: TreeEmits) => {
const nodeList = computed(() => {
const nodes = tree.getData();
console.log(nodes);
return nodes;
});