refactor: 标签树展示调整

This commit is contained in:
meilin.huang
2023-11-03 17:09:20 +08:00
parent 37026f3269
commit 0ce82b41ba
6 changed files with 356 additions and 338 deletions

View File

@@ -45,7 +45,7 @@ const props = defineProps({
},
items: {
type: Array,
default: [],
default: () => [],
},
});