Skip to content

Treat Vue.mixin as components #136

Closed
@armano2

Description

@armano2

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

Vue.mixin({
  created: function () {
  }
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions