UNPKG

vue-form10

Version:

A Vue.js project

17 lines (14 loc) 437 B
// The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue from 'vue'; // import ElementUI from 'element-ui'; // import 'element-ui/lib/theme-chalk/index.css'; import App from './App'; Vue.config.productionTip = false; // Vue.use(ElementUI); /* eslint-disable no-new */ new Vue({ el: '#app', components: { App }, template: '<App/>', });