Browse Source

Merge branch 'hotfix/0.1.2'

nmtuan 1 year ago
parent
commit
c213073870
3 changed files with 19 additions and 131 deletions
  1. 2 2
      nuxt.config.ts
  2. 3 0
      package.json
  3. 14 129
      pnpm-lock.yaml

+ 2 - 2
nuxt.config.ts

@@ -2,7 +2,7 @@
  * @Author: NMTuan
  * @Author: NMTuan
  * @Email: NMTuan@qq.com
  * @Email: NMTuan@qq.com
  * @Date: 2024-02-18 11:35:10
  * @Date: 2024-02-18 11:35:10
- * @LastEditTime: 2024-02-22 13:29:22
+ * @LastEditTime: 2024-02-22 15:23:37
  * @LastEditors: NMTuan
  * @LastEditors: NMTuan
  * @Description:
  * @Description:
  * @FilePath: \timeNow\nuxt.config.ts
  * @FilePath: \timeNow\nuxt.config.ts
@@ -10,7 +10,7 @@
 // https://nuxt.com/docs/api/configuration/nuxt-config
 // https://nuxt.com/docs/api/configuration/nuxt-config
 export default defineNuxtConfig({
 export default defineNuxtConfig({
     devtools: { enabled: false },
     devtools: { enabled: false },
-    modules: ['@nuxt/ui', '@pinia/nuxt'],
+    modules: ['@nuxt/ui', '@pinia/nuxt', 'nuxt-clarity-analytics'],
     colorMode: {
     colorMode: {
         preference: 'dark'
         preference: 'dark'
     },
     },

+ 3 - 0
package.json

@@ -18,5 +18,8 @@
     "sass": "^1.71.0",
     "sass": "^1.71.0",
     "vue": "^3.4.19",
     "vue": "^3.4.19",
     "vue-router": "^4.2.5"
     "vue-router": "^4.2.5"
+  },
+  "devDependencies": {
+    "nuxt-clarity-analytics": "^0.0.6"
   }
   }
 }
 }

File diff suppressed because it is too large
+ 14 - 129
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff