vue-guess-refname-path-to-pmb
v0.1.1
Published
For a given Vue element, guess the chain of ref names by which it can be reached from the app object.
Downloads
35
Readme
vue-guess-refname-path-to-pmb
For a given Vue element, guess the chain of ref names by which it can be reached from the app object.
API
This module exports one function:
guessRefNamesPath(vueElem)
Returns the $refs
path components as an array.
Usage
:TODO:
Known issues
- Needs more/better tests and docs.
License
ISC