0.0.5 • Published 7 years ago

vue-expose-component-names v0.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

vue-expose-component-names

This Vue.js plugin expose component names in the DOM by adding a data-component-name attribute to the root element of all your Vue components.

This let you use a CSS selector to easily query your components:

document.querySelectorAll("[data-component-name='MyComponent']")

Installation

npm install --save vue-expose-component-names

License

The MIT License (MIT). Please see License File for more information.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago