Skip to content

Commit 3c16259

Browse files
committed
feature: enable devtools in production
1 parent b3e6cba commit 3c16259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import router from "./router";
44
import store from "./store";
55

66
Vue.config.productionTip = false;
7+
Vue.config.devtools = true;
78

89
new Vue({
910
router,

0 commit comments

Comments
 (0)