Skip to content
This repository was archived by the owner on Jul 10, 2022. It is now read-only.
This repository was archived by the owner on Jul 10, 2022. It is now read-only.

[Feature] Import directive instead plugin  #66

@onufriievkyrylo

Description

@onufriievkyrylo

I want to have a posibility to import derective itself to use it localy in component, instead of use it in vue globaly as a plugin.

// component file .vue
import Vuebar from 'vuebar';

export default {
  directives: {
    Vuebar
  },
  // etc...
}

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions