You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the project start, vuex will emit an vuex:init event to vue devtools, and then vue devtools will try to make a clone of the current vuex state, causes getCleanClone to be invoked. the getCleanClone function, will read store.state.__proto__.
this issue is fixed by vuejs/core@6be2b73, so you can lock vue version to v3.0.0-beta.6, and wait v3.0.0-beta.8 to be released.
运行yarn serve报错
使用vue create vue3搭建了项目,然后使用vue add vue-next,再运行yarn serve打开网页就报以下错误
vue-cli版本:4.3.1
The text was updated successfully, but these errors were encountered: