xmpp
xmpp
NNuxt
Created by xmpp on 4/12/2024 in #❓・help
Error while requiring module @element-plus/nuxt: TypeError: _dayjs.default.extend is not a function
{
"devDependencies": {
"@nuxt/devtools": "^1.0.6",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.10.4",
"@types/numeral": "^2.0.5",
"chalk": "^5.3.0",
"less": "^4.2.0",
"rollup-plugin-gzip": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.3"
},
"dependencies": {
"@element-plus/nuxt": "^1.0.8",
"element-plus": "^2.6.2",
"@heroicons/vue": "^2.1.1",
"@livechat/widget-vue": "^1.3.2",
"@nuxt/image": "^1.2.0",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/i18n": "^8.2.0",
"@nuxtjs/tailwindcss": "^6.10.3",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@splidejs/vue-splide": "^0.6.12",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vueuse/nuxt": "^10.7.2",
"class-variance-authority": "^0.7.0",
"dayjs-nuxt": "^2.1.9",
"js-cookie": "^3.0.5",
"md-editor-v3": "^4.9.0",
"numeral": "^2.0.6",
"nuxt": "^3.10.0",
"nuxt-bugsnag": "^7.2.3",
"nuxt-delay-hydration": "^1.3.3",
"nuxt-gtag": "^1.1.1",
"nuxt-headlessui": "^1.1.5",
"oidc-client-ts": "^2.4.0",
"pinia": "^2.0.0"
}
}
{
"devDependencies": {
"@nuxt/devtools": "^1.0.6",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.10.4",
"@types/numeral": "^2.0.5",
"chalk": "^5.3.0",
"less": "^4.2.0",
"rollup-plugin-gzip": "^3.1.0",
"sass": "^1.69.5",
"typescript": "^5.3.3"
},
"dependencies": {
"@element-plus/nuxt": "^1.0.8",
"element-plus": "^2.6.2",
"@heroicons/vue": "^2.1.1",
"@livechat/widget-vue": "^1.3.2",
"@nuxt/image": "^1.2.0",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/i18n": "^8.2.0",
"@nuxtjs/tailwindcss": "^6.10.3",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@splidejs/vue-splide": "^0.6.12",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vueuse/nuxt": "^10.7.2",
"class-variance-authority": "^0.7.0",
"dayjs-nuxt": "^2.1.9",
"js-cookie": "^3.0.5",
"md-editor-v3": "^4.9.0",
"numeral": "^2.0.6",
"nuxt": "^3.10.0",
"nuxt-bugsnag": "^7.2.3",
"nuxt-delay-hydration": "^1.3.3",
"nuxt-gtag": "^1.1.1",
"nuxt-headlessui": "^1.1.5",
"oidc-client-ts": "^2.4.0",
"pinia": "^2.0.0"
}
}
2 replies
NNuxt
Created by xmpp on 3/27/2024 in #❓・help
ERROR [h3] [unhandled] Parse Error: Header overflow
My intention was to have SEO crawl these links and ask me to confirm with SEO experts whether this is really beneficial for SEO
7 replies
NNuxt
Created by xmpp on 3/27/2024 in #❓・help
ERROR [h3] [unhandled] Parse Error: Header overflow
That's a good question
7 replies
NNuxt
Created by xmpp on 3/27/2024 in #❓・help
ERROR [h3] [unhandled] Parse Error: Header overflow
No description
7 replies
NNuxt
Created by xmpp on 3/27/2024 in #❓・help
ERROR [h3] [unhandled] Parse Error: Header overflow
If you want SSR, it seems that Pinia does not support localStorage persistence
7 replies
NNuxt
Created by xmpp on 3/27/2024 in #❓・help
ERROR [h3] [unhandled] Parse Error: Header overflow
The cookie returned by Nuxt is too large, and I persisted the website navigation data into the cookie through Pinia, which caused this result.
7 replies
NNuxt
Created by xmpp on 3/27/2024 in #❓・help
ERROR [h3] [unhandled] Parse Error: Header overflow
🥳 Thank you very much. I accurately saw the response header size through Safari browser, up to 45kb
7 replies