File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1414 "dependencies" : {
1515 "@fortawesome/fontawesome-free" : " ^6.2.1" ,
1616 "@tailwindcss/forms" : " ^0.5.6" ,
17+ "@vercel/analytics" : " ^1.0.2" ,
1718 "@vuelidate/core" : " ^2.0.0" ,
1819 "@vuelidate/validators" : " ^2.0.0" ,
1920 "axios" : " ^1.3.0" ,
Original file line number Diff line number Diff line change 11import { createApp } from 'vue'
22import { createPinia } from 'pinia'
33
4+ import { inject } from '@vercel/analytics'
5+
46import Toast from 'vue-toastification'
57import { POSITION } from 'vue-toastification'
68import type { PluginOptions } from 'vue-toastification'
79
810import App from './App.vue'
911import router from './router'
1012
13+
1114// Assets
1215import './assets/main.css'
1316
@@ -36,3 +39,4 @@ app.use(router)
3639app . use ( Toast , options )
3740
3841app . mount ( '#app' )
42+ inject ( ) ; // Vercel Analytics
Original file line number Diff line number Diff line change 649649 " @typescript-eslint/types" " 5.50.0"
650650 eslint-visitor-keys "^3.3.0"
651651
652+ " @vercel/analytics@^1.0.2 " :
653+ version "1.0.2"
654+ resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-1.0.2.tgz#7af719a1bf33734840aee6f04eb548d2cedab9ec"
655+ integrity sha512-BZFxVrv24VbNNl5xMxqUojQIegEeXMI6rX3rg1uVLYUEXsuKNBSAEQf4BWEcjQDp/8aYJOj6m8V4PUA3x/cxgg==
656+
652657" @vitejs/plugin-vue-jsx@^3.0.0 " :
653658 version "3.0.0"
654659 resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.0.0.tgz#42e89d6d9eb89604d109ff9a615d77c3c080dd25"
You can’t perform that action at this time.
0 commit comments