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
fix: error being thrown with Vue.extend when functional (#359)
* Hotfix: Fix error being thrown with `Vue.extend` when functional
If using `functional` component with `Vue.extend` an error is thrown,
this is avoided by checking the options object
* test: remove .only
0 commit comments