解决流程
在nuxt.config.ts中这么配置
export default defineNuxtConfig({
xxxx
modules: [
['@nuxtjs/axios',{proxyHeaders:false}]
],
})
个人网站:沉默博客
如有错误,请多多指教。
如对你有帮助,给个赞吧。
【nuxt3】nuxt3配置axios后出现Cannot start nuxt: serialize is not defined
阅读 236
2022-02-10
在nuxt.config.ts中这么配置
export default defineNuxtConfig({
xxxx
modules: [
['@nuxtjs/axios',{proxyHeaders:false}]
],
})
个人网站:沉默博客
如有错误,请多多指教。
如对你有帮助,给个赞吧。
相关推荐
精彩评论(0)