add speed analytics
This commit is contained in:
parent
ff6f4bf399
commit
0461e78edb
3 changed files with 41 additions and 0 deletions
5
app.vue
5
app.vue
|
|
@ -1,4 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import { SpeedInsights } from '@vercel/speed-insights/vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<SpeedInsights />
|
||||
<div>
|
||||
<!-- <NuxtRouteAnnouncer />
|
||||
<NuxtWelcome /> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue