import App from './App' import Vue from 'vue' Vue.config.productionTip = false import config from './config/index' App.mpType = 'app' config.noVuePlugins.forEach(v => Vue.prototype[v.name] = v.value); const app = new Vue({ ...App }) app.$mount()