mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix search
This commit is contained in:
@@ -6,7 +6,6 @@ const route = useRoute();
|
||||
|
||||
// 查询TMDBID或标题
|
||||
const keyword = route.params?.keyword?.toString() ?? "";
|
||||
console.log(keyword);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user