|
|
@ -131,7 +131,7 @@ function encodedFullPath(name) { |
|
|
|
|
|
|
|
|
async function navigate(path) { |
|
|
async function navigate(path) { |
|
|
currentPath.value = path |
|
|
currentPath.value = path |
|
|
router.replace({ query: path ? { path } : {} }) |
|
|
router.push({ query: path ? { path } : {} }) |
|
|
await fetchEntries() |
|
|
await fetchEntries() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|