Open lonquan opened 1 year ago
已有多个用户报相关问题
也有用户提了 fix PR https://github.com/arco-design/arco-design-vue/pull/2167
😢 希望官方能提高该 bug 的优先级....
已有多个用户报相关问题
也有用户提了 fix PR #2167
😢 希望官方能提高该 bug 的优先级....
2167 不是只改了一個名字嗎?能解決這個nuxt的問題?
等合并后可以查看下。 useState 被nuxt使用了 ,等待合并吧。@flsion 希望提升一下 合并的优先级
希望官方能提高该 bug 的优先级....
@flsion
关注
相关问题已反馈给 Nuxt 社区待解决命名冲突 https://github.com/nuxt/nuxt/issues/20954 https://github.com/nuxt/nuxt/pull/20955
@flsion Issue 可关闭,升级至 Nuxt v3.5.3 可解决。
现在变成 time.add is not a function
这个错误了 - -
add(time, value, unit) {
return time.add(value, unit);
},
@arco-design/web-vue@2.47.1 nuxt@3.6.0
"nuxt": "^3.6.5", "@arco-design/web-vue": "^2.49.3", 还是报这个错误: Uncaught (in promise) TypeError: headerValue.value.format is not a function
useState还是被transform了啊🥹
wait nuxt 3.7 https://github.com/nuxt/nuxt/pull/22679
upgrade nuxt v3.7 resloved
Basic Info
Extra info
Uncaught (in promise) TypeError: headerValue.value.format is not a function Uncaught (in promise) TypeError: current.isSame is not a function
Steps to reproduce
Nuxt3 中使用 Arco for Vue datePicker 组件