/** * Created by ayou on 18/3/7. */ import Vue from 'vue' import App from './App.vue' new Vue({ render: h => h(App) }).$mount('#app')