We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e6361 commit a3b0aeaCopy full SHA for a3b0aea
src/devtools/views/components/ComponentInspector.vue
@@ -69,7 +69,7 @@ export default {
69
if (!this.hasTarget) return
70
if (isChrome) {
71
chrome.devtools.inspectedWindow.eval(
72
- `inspect(window.__VUE_DEVTOOLS_INSTANCE_MAP__.get(${this.target.id}).$el)`
+ `inspect(window.__VUE_DEVTOOLS_INSTANCE_MAP__.get("${this.target.id}").$el)`
73
)
74
} else {
75
window.alert('DOM inspection is not supported in this shell.')
0 commit comments