mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-14 14:37:34 +08:00
添加登录
This commit is contained in:
@@ -52,8 +52,6 @@ const props = defineProps({
|
||||
const route = useRoute();
|
||||
const path = ref(route.path);
|
||||
watch(() => route.path, async newParams => {
|
||||
console.log(newParams);
|
||||
|
||||
path.value = newParams
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user