初始化

This commit is contained in:
robin
2022-07-07 22:24:46 +08:00
commit 72b69615b6
42 changed files with 10068 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
export default (Vue)=>{
Vue.use(ElementUI);
}