v0.7.2 完成所有界面布局. 逻辑暂未开始

This commit is contained in:
hunlongyu
2020-01-14 16:19:39 +08:00
parent 2bdaf70be1
commit ec6bc18fbf
12 changed files with 643 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
import Vue from 'vue'
import {
Container, Row, Col, Header, Aside, Main,
Container, Row, Col, Header, Aside, Main, Drawer,
Tabs, TabPane, Button, Select, Option, Pagination,
Table, TableColumn
Table, TableColumn, Input, Card, Link
} from 'element-ui'
Vue.use(Container)
@@ -11,6 +11,7 @@ Vue.use(Col)
Vue.use(Header)
Vue.use(Aside)
Vue.use(Main)
Vue.use(Drawer)
Vue.use(Tabs)
Vue.use(TabPane)
Vue.use(Button)
@@ -19,3 +20,6 @@ Vue.use(Option)
Vue.use(Pagination)
Vue.use(Table)
Vue.use(TableColumn)
Vue.use(Input)
Vue.use(Card)
Vue.use(Link)