Skip to content

Commit 5158211

Browse files
committed
launch vue in silent mode hopefully ignoring errors
1 parent 8ce5242 commit 5158211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Vue.component('ValidationObserver', ValidationObserver);
1313
extend('validPassword', validPassword);
1414

1515
Vue.config.productionTip = false;
16+
Vue.config.silent = true;
1617

1718
Vue.use(http);
1819
Vue.use(errorMessenger);

0 commit comments

Comments
 (0)