This commit is contained in:
jxxghp
2023-08-26 12:52:46 +08:00
parent 476bd4bd19
commit f4aef8f9dd
3 changed files with 19 additions and 12 deletions

View File

@@ -108,8 +108,9 @@ async function deleteItem(item: FileItem) {
}
// 切换路径
function changePath(path: string) {
console.log('List changePath', path)
function changePath(_path: string) {
path.value = _path
console.log('List changePath', path.value)
emit('pathchanged', path)
}