add new files and remove some files

This commit is contained in:
hunlongyu
2020-01-13 14:06:51 +08:00
parent e9f172d1b1
commit f0ad01fe5a
14 changed files with 342 additions and 169 deletions

10
src/plugins/element.ts Normal file
View File

@@ -0,0 +1,10 @@
import Vue from 'vue'
import { Button, Container, Row, Col, Header, Aside, Main } from 'element-ui'
Vue.use(Container)
Vue.use(Row)
Vue.use(Col)
Vue.use(Header)
Vue.use(Aside)
Vue.use(Main)
Vue.use(Button)