diff --git a/src/App.vue b/src/App.vue index bc4f260..65c4594 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,19 @@ {{ t('errors.generic.text') }} - + + + + @@ -19,7 +31,6 @@ diff --git a/src/views/DetailView.vue b/src/views/DetailView.vue index 46a68cf..1c75bde 100644 --- a/src/views/DetailView.vue +++ b/src/views/DetailView.vue @@ -25,7 +25,7 @@ const { itemDelete, filteredItems, } = useWishlistStore() -fetch(route.params.slug as string) +await fetch(route.params.slug as string) const title = computed(() => { return state.value?.title @@ -112,67 +112,58 @@ const handleDeleteItem = async (item: WishlistItemType): Promise => {