main.js 91 Bytes
Newer Older
程默 committed
1 2 3 4 5
import Vue from 'vue';
import App from './index.vue'

const vue=new Vue(App);
vue.$mount();