Add semantic ui types

This commit is contained in:
wvffle 2022-07-20 18:15:40 +00:00 committed by Georg Krause
commit 405eed0c0f
19 changed files with 371 additions and 320 deletions

View file

@ -93,7 +93,6 @@ const hasFavorites = computed(() => store.state.favorites.count > 0)
onBeforeRouteUpdate(fetchData)
fetchData()
// @ts-expect-error semantic ui
onMounted(() => $('.ui.dropdown').dropdown())
const { $pgettext } = useGettext()