feat: add @vueuse/math dependency and update .gitignore for Vercel

This commit is contained in:
2025-09-06 17:05:34 +02:00
parent e3feba6a51
commit f1ba8657e7
4 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts" setup>
import type { Stats } from '~~/types'
import { usePrecision } from '#imports'
const { data: stats } = await useAsyncData<Stats>('stats', () => $fetch('/api/stats'))