mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[Build] reduce dev log (#1063)
This commit is contained in:
@@ -24,6 +24,10 @@ router.afterEach(() => {
|
||||
|
||||
window.vueRouter = router;
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
Vue.config.productionTip = false;
|
||||
}
|
||||
|
||||
new Vue({ // eslint-disable-line
|
||||
render: h => h(App),
|
||||
router,
|
||||
|
Reference in New Issue
Block a user