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
Vue 3.0.0-rc.5 introduced a refactoring of the component resolution (see vuejs/core@a75b8a2)
This simply fixes our implementation by using `type.components` instead of `.components` that no longer exist.
The implementation in `stubs` was already fine as I used `type.components` there.
0 commit comments