We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6a6c6 commit b320339Copy full SHA for b320339
src/mount.js
@@ -11,6 +11,7 @@ import errorHandler from './lib/error-handler'
11
12
Vue.config.productionTip = false
13
Vue.config.errorHandler = errorHandler
14
+Vue.config.devtools = false
15
16
export default function mount (component: Component, options: Options = {}): VueWrapper {
17
// Remove cached constructor
0 commit comments