Vue.js find components
Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)
This add-on is built on the top of Vue.js devtools 5.3.3. It Adds a panel for checking duplicate keys
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
该插件是基于Vue.js devtools 5.3.3的功能拓展版
它新增了一个DuplicateKey(重复key)面板,这里显示的是我们页面中出现了重复key问题的组件。它可以提示我们该组件位于Dom树中的什么位置,父组件是谁,以及处于哪个源码文件中(open in editor)
使用它我们就可以快速有效地排查Vue中碰到的重复key问题了,简单实用,赶紧pick起来吧
Inspect the latest comments and rating distribution.
Store average score: 4.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Adds global helper function for finding Vue components (window.vueFind = querySelector for VDOM)
DevTools browser extension for Vue.js
DevTools browser extension for Vue.js
Browser DevTools extension for debugging Vue.js applications.
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. Even in production.
Discover Vue.js Websites
这是我用过最好的vue devtool插件;很不错,不会像官方的那个会卡死,且刷新页面后可以点击refresh,但是chrome应用商店提示:“此扩展程序未遵循 Chrome 扩展程序的最佳实践,因此可能很快将不再受支持。”,开发者看看是什么问题