mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-27 11:10:12 +08:00
fix
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user