Vue.js find components

★★★★★
★★★★★
159 users
<
>
Matthew Perry Friends, Lovers, And The Big Terrible Thing Hardcover Book 2022 - Books | Color: Blue
★★★★★
★★★★★
Morrell Yellow Jacket Crossbow Discharge Target
★★★★★
★★★★★
HWK Motorcycle Pants for Men and Women with Water Resistant Cordura Textile Fabric for Enduro Motocross Motorbike Riding & Impact Armor, Dual Spo
★★★★★
★★★★★
Facebook for Beginners in Easy Steps by Crookes, David
★★★★★
★★★★★
Nike Tiempo Legend 10 Academy IC 'Mad Ready Pack' | Cream | Men's Size 13
★★★★★
★★★★★
TESSAN US to Israel Travel Adaptor with 4 Outlets 3 USB Charging Ports
★★★★★
★★★★★

Adds global helper function for finding Vue components

window.vueFind ~= querySelector for VDOM
window.vueFindAll ~= querySelectorAll for VDOM

window.vueFind('Card CardDialog[model=isCardDialogVisible]').model


- Simple selectors:
    `window.vueFind('missing')` prints a warning with a tree of supported simple selectors

- Attribute selectors:
    only `[attr=fullvalue]` and `[attr="full value"]` operators are supported

- Combinators:
    simple selectors can only be combined with a descendant combinator (a space)
Related