chore: add vercel analytics
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { NConfigProvider, NDialogProvider, NGlobalStyle, NMessageProvider, NNotificationProvider, type GlobalThemeOverrides } from 'naive-ui'
|
||||
import AppHeader from '@/components/layout/AppHeader.vue'
|
||||
import { Analytics } from "@vercel/analytics/vue"
|
||||
|
||||
const themeOverrides: GlobalThemeOverrides = {
|
||||
common: {
|
||||
@@ -87,4 +88,5 @@ const themeOverrides: GlobalThemeOverrides = {
|
||||
</NNotificationProvider>
|
||||
</NDialogProvider>
|
||||
</NConfigProvider>
|
||||
<Analytics />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user