Vue.js find components

Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)

Vue.js Find Components - Chrome Extension

Vue.js find components is a Chrome extension that enhances the development experience for Vue.js by providing a global helper function for finding Vue components in the Virtual DOM. It allows developers to use simple and attribute selectors to efficiently locate components and access properties such as models.
Install from Chrome Web Store

Extension stats

By: lukaw
Users: 148
12
Version: 0.1.0 (Last updated: 2021-12-06)
Creation date: 2019-07-08
Risk impact: Low risk impact
Risk likelihood:
Manifest version: 3
Size: 16.69K

Other platforms

Not available on Android
Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.

Extension summary

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)

Extension safety

Risk impact

Vue.js find components requires very minimum permissions.

Risk likelihood

Vue.js find components has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details

Similar extensions

Here are some Chrome extensions that are similar to Vue.js find components: