5 lines
87 B

import Vue from 'vue'
import App from './index'
const app = new Vue(App)
app.$mount()