You need to sign in or sign up before continuing.
提交 f003d6ce 编写于 作者: View Design's avatar View Design

add @nuxtjs/device

上级 4f36264c
...@@ -7,10 +7,11 @@ export default defineNuxtConfig({ ...@@ -7,10 +7,11 @@ export default defineNuxtConfig({
modules: [ modules: [
'@vite-pwa/nuxt', '@vite-pwa/nuxt',
'@nuxt/ui', '@nuxt/ui',
'@vueuse/nuxt', '@nuxt/image',
'@pinia/nuxt',
'@nuxtjs/mdc', '@nuxtjs/mdc',
"@nuxt/image" '@nuxtjs/device',
'@vueuse/nuxt',
'@pinia/nuxt'
], ],
ui: { ui: {
icons: ['simple-icons'] icons: ['simple-icons']
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
"pinia": "^2.1.7", "pinia": "^2.1.7",
"vue": "^3.4.27", "vue": "^3.4.27",
"vue-router": "^4.3.2" "vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxtjs/device": "^3.1.1"
} }
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {
...@@ -3406,6 +3409,16 @@ ...@@ -3406,6 +3409,16 @@
"semver": "^7.6.0" "semver": "^7.6.0"
} }
}, },
"node_modules/@nuxtjs/device": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/device/-/device-3.1.1.tgz",
"integrity": "sha512-wHTziEevt1hdgePQwPhEedWW3COalhP0YGVB+sGLqSrKujX8vdz7lcBFB01KIftpaP8kY5H8pssibNaJbxGcYw==",
"dev": true,
"dependencies": {
"@nuxt/kit": "^3.7.3",
"defu": "^6.1.2"
}
},
"node_modules/@nuxtjs/i18n": { "node_modules/@nuxtjs/i18n": {
"version": "8.3.1", "version": "8.3.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-8.3.1.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-8.3.1.tgz",
...@@ -20235,6 +20248,16 @@ ...@@ -20235,6 +20248,16 @@
"semver": "^7.6.0" "semver": "^7.6.0"
} }
}, },
"@nuxtjs/device": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/device/-/device-3.1.1.tgz",
"integrity": "sha512-wHTziEevt1hdgePQwPhEedWW3COalhP0YGVB+sGLqSrKujX8vdz7lcBFB01KIftpaP8kY5H8pssibNaJbxGcYw==",
"dev": true,
"requires": {
"@nuxt/kit": "^3.7.3",
"defu": "^6.1.2"
}
},
"@nuxtjs/i18n": { "@nuxtjs/i18n": {
"version": "8.3.1", "version": "8.3.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-8.3.1.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/i18n/-/i18n-8.3.1.tgz",
...@@ -27,5 +27,8 @@ ...@@ -27,5 +27,8 @@
"pinia": "^2.1.7", "pinia": "^2.1.7",
"vue": "^3.4.27", "vue": "^3.4.27",
"vue-router": "^4.3.2" "vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxtjs/device": "^3.1.1"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册