ZZJ
2022-03-18 2af62f40a1525c820e824c23a75f0fa8318372ae
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)
})
})