Skip to content

Commit 3d77274

Browse files
author
Guillaume Chau
committed
Fix isChrome
1 parent 9bb4762 commit 3d77274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/components/ComponentInspector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default {
100100
console.log('Check the setup of your project, see https://github.com/vuejs/vue-devtools/blob/master/docs/open-in-editor.md')
101101
}
102102
})`
103-
if (isChrome) {
103+
if (this.isChrome) {
104104
chrome.devtools.inspectedWindow.eval(src)
105105
} else {
106106
// eslint-disable-next-line no-eval

0 commit comments

Comments
 (0)