mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 15:27:41 +00:00
fix missing title bug
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
53ec249f69
commit
946bd8b9d7
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useTitle } from '@vueuse/core'
|
||||
import { useWishlistsStore, useEditMode } from '@/composables'
|
||||
|
||||
const { t } = useI18n()
|
||||
useTitle(t('common.app-title.text'))
|
||||
const { isActive: editModeIsActive } = useEditMode()
|
||||
const { state, isFinished, fetch } = useWishlistsStore()
|
||||
await fetch()
|
||||
|
|
Loading…
Add table
Reference in a new issue