update dependencies

This commit is contained in:
2024-01-02 15:20:33 +01:00
parent 91bb6db80b
commit 8df0f6dcda
3 changed files with 1484 additions and 1948 deletions

View File

@@ -1,4 +1,6 @@
<script setup lang="ts">
import { SpeedInsights } from '@vercel/speed-insights/nuxt'
const appConfig = useAppConfig()
const getColor = computed(() => appConfig.ui.primary)
@@ -10,6 +12,7 @@ router.afterEach((route) => {
<template>
<div>
<SpeedInsights />
<NuxtLoadingIndicator :color="getColor" />
<section class="fixed inset-0 flex justify-center sm:px-8">
<div class="flex w-full max-w-7xl">