0.0.5 • Published 8 years ago

vue-expose-component-names v0.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago