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 click the route-link to another component, this error will show. I found it happen at vuex 2.0.0-rc.5 dist/index.js line 458 "store._wrappedGetters[getterKey]". When the getterKey is "default", this is an Object, not a Function. I don't know it is my problem or the bug.