格式与细节修改

This commit is contained in:
zhoumingfa
2025-02-23 22:25:47 +08:00
parent e44b116184
commit d0e9eef9c2
8 changed files with 46 additions and 43 deletions

View File

@@ -29,7 +29,7 @@
let props = defineProps({
tree: {
type: Array,
default: [],
default: () => [],
},
});
defineEmits(['update:value']);

View File

@@ -30,7 +30,7 @@
const props = defineProps({
tree: {
type: Array,
default: [],
default: () => [],
},
index: {
type: Number,

View File

@@ -21,7 +21,7 @@
const props = defineProps({
tree: {
type: Array,
default: [],
default: () => [],
},
index: {
type: Number,