Skip to content

Commit ad415fa

Browse files
author
Guillaume Chau
committed
feat(ui): enable Vue devtools
1 parent e5e65cb commit ad415fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import gql from 'graphql-tag'
1212
window.gql = gql
1313

1414
Vue.config.productionTip = false
15+
Vue.config.devtools = true
1516

1617
// For client addons
1718
window.Vue = Vue

0 commit comments

Comments
 (0)