mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-22 07:50:33 +01:00
worki
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import type { NuxtError } from 'nuxt/app'
|
||||
import type { NuxtError } from 'nuxt/app';
|
||||
|
||||
defineProps({
|
||||
error: Object as () => NuxtError,
|
||||
})
|
||||
|
||||
const appConfig = useAppConfig()
|
||||
const getColor = computed(() => appConfig.ui.primary)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user