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 537c524 commit 032f57fCopy full SHA for 032f57f
src/backend/index.js
@@ -109,7 +109,12 @@ function scan () {
109
inFragment = true
110
currentFragment = instance
111
}
112
- rootInstances.push(instance)
+
113
+ // respect Vue.config.devtools option
114
+ if (instance.$options._base.config.devtools) {
115
+ rootInstances.push(instance)
116
+ }
117
118
return true
119
120
})
0 commit comments