This commit is contained in:
cansnow
2025-12-11 22:33:31 +08:00
parent 375917f06c
commit 5a086fa1fa
44 changed files with 1978 additions and 359 deletions
@@ -186,14 +186,14 @@
},
dir: {
type: String,
default: '/'
default: ''
}
},
data() {
return {
files: [],
localValue: [],
dirPath: '/'
dirPath: ''
}
},
watch: {