Fix devtools being enabled in prod (#601)

This commit is contained in:
Geometrically
2022-08-14 22:18:13 -07:00
committed by GitHub
parent 0f5aa9f8d9
commit 9a2243da9f

View File

@@ -128,8 +128,7 @@ export default {
vue: {
config: {
productionTip: false,
devtools: true,
devtools: false,
},
},
router: {