fix search

This commit is contained in:
jxxghp
2023-07-08 13:54:08 +08:00
parent ae270b801e
commit 95c0c35dc4
3 changed files with 18 additions and 6 deletions
-1
View File
@@ -6,7 +6,6 @@ const route = useRoute();
// 查询TMDBID或标题
const keyword = route.params?.keyword?.toString() ?? "";
console.log(keyword);
</script>
<template>