UNPKG

easygo

Version:
14 lines (11 loc) 208 B
/** * @file: file * @author: cuihonglei(cuihonglei2xj@gmail.com) * @Date: 2017-06-14 21:38:02 */ import Vue from 'vue'; import App from './App.vue'; new Vue({ el: '#app', render: h => h(App) });