diff --git a/components/i/Create.vue b/components/i/Create.vue index 7d7f61f5fd5f9e075a1ce2fa861d58a9ce0dc791..c54bc685a1186fbff4885351e957af6ead9ba670 100644 --- a/components/i/Create.vue +++ b/components/i/Create.vue @@ -64,11 +64,11 @@ const handleSearch = async () => { title: query.value } }) + loading.value = false if (error.value) return navigateTo(`/search/${data.value.data.c_id}`) emits('search') nextTick(() => { - loading.value = false $getSearchHistory() }) }