feat!: 将项目有Strapi迁移至Directus #43
@ -205,6 +205,10 @@
|
|||||||
router.replace(localePath({ path: '/search' }));
|
router.replace(localePath({ path: '/search' }));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
watch(activeTab, () => {
|
||||||
|
currentPage.value = 1; // 重置页码
|
||||||
|
});
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => route.query.query,
|
() => route.query.query,
|
||||||
async (newQuery) => {
|
async (newQuery) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user