import Vue from "vue"; import "@/utils/common"; import App from "./index.vue"; new Vue({ el: "#root", render: h => h(App) });