ZZJ
2021-11-09 c5dfaf2d4f16988f7be7f9d65df04c0c0d96b6ce
src/pages/vindicate/index/main.ts
@@ -3,14 +3,11 @@
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import "@/assets/css/element-variables.scss";
import moment from 'moment';
// import "@/assets/css/element-variables.scss";
Vue.use(ElementUI)
Vue.prototype.$moment = moment;
new Vue({
  el: '#app',
  render: h => h(App)
})
})