main.js 124 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import Vue from 'vue' import App from './App' /* eslint-disable no-new */ new Vue({ el: 'body', components: { App } })