Skip to content

Treat Vue.mixin as components #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
armano2 opened this issue Aug 6, 2017 · 0 comments · Fixed by #137
Closed

Treat Vue.mixin as components #136

armano2 opened this issue Aug 6, 2017 · 0 comments · Fixed by #137

Comments

@armano2
Copy link
Contributor

armano2 commented Aug 6, 2017

Currently we are not supporting global mixins by default and we should threat them in same way as components:

Vue.mixin({
  created: function () {
  }
})
@armano2 armano2 changed the title Global mixins Treat Vue.mixin as components Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants