chore: enable type checking in more places

pull/357/head
Daniel Roe 2022-12-06 22:17:58 +00:00
rodzic 08d629ea78
commit 1e0f733c50
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 22D5008E4F5D9B55
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
<script setup>
<script setup lang="ts">
setupPageHeader()
await setupI18n()

Wyświetl plik

@ -1,4 +1,4 @@
<script setup>
<script setup lang="ts">
const { notifications } = useNotifications()
</script>

Wyświetl plik

@ -1,4 +1,4 @@
<script setup>
<script setup lang="ts">
const sub = process.dev ? 'dev' : useRuntimeConfig().public.env === 'staging' ? 'preview' : 'alpha'
</script>