Skip to content

Commit 10cd9ae

Browse files
coderaiserAkryum
authored andcommitted
docs: readme: add syntax highlighting (vuejs#1062)
1 parent 2fd3b3b commit 10cd9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ This is only necessary when you want to build the extension yourself from source
4242

4343
### Quick Start in chrome
4444

45-
```
45+
```js
4646
// Before you create app
4747
Vue.config.devtools = process.env.NODE_ENV === 'development'
4848

4949
// After you create app
50-
window.__VUE_DEVTOOLS_GLOBAL_HOOK__.Vue = app.constructor;
50+
window.__VUE_DEVTOOLS_GLOBAL_HOOK__.Vue = app.constructor
5151

5252
// then had to add in ./store.js as well.
5353
Vue.config.devtools = process.env.NODE_ENV === 'development'

0 commit comments

Comments
 (0)