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 2fd3b3b commit 10cd9aeCopy full SHA for 10cd9ae
README.md
@@ -42,12 +42,12 @@ This is only necessary when you want to build the extension yourself from source
42
43
### Quick Start in chrome
44
45
-```
+```js
46
// Before you create app
47
Vue.config.devtools = process.env.NODE_ENV === 'development'
48
49
// After you create app
50
-window.__VUE_DEVTOOLS_GLOBAL_HOOK__.Vue = app.constructor;
+window.__VUE_DEVTOOLS_GLOBAL_HOOK__.Vue = app.constructor
51
52
// then had to add in ./store.js as well.
53
0 commit comments