Skip to content

Commit

Permalink
disable verbose Vue mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeflayer committed Jul 9, 2020
1 parent bd9e471 commit 647c52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Home from './components/Home'
import Navbar from '~/components/Navbar';
import {ModelManager} from "~/components/ModelManager";
import {StaticObjectLoader} from "~/components/StaticObjectLoader";
Vue.config.silent = false;
//Vue.config.silent = false;
Vue.component('Navbar', Navbar);
Vue.prototype.$modelManager = new ModelManager();
Vue.prototype.$sol = new StaticObjectLoader();
Expand Down

0 comments on commit 647c52a

Please sign in to comment.