mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
Merge pull request #13 from myronlau/master
fix: login page missing ARow components
This commit is contained in:
commit
cb9c4d6421
@ -81,6 +81,7 @@ import AIcon from 'ant-design-vue/es/icon/icon'
|
||||
import AInputGroup from 'ant-design-vue/es/input/Group'
|
||||
import AButton from 'ant-design-vue/es/button/button'
|
||||
import ACol from 'ant-design-vue/es/grid/Col'
|
||||
import ARow from 'ant-design-vue/es/grid/Row'
|
||||
import ACheckbox from 'ant-design-vue/es/checkbox/Checkbox'
|
||||
import AAlert from 'ant-design-vue/es/alert/index'
|
||||
|
||||
@ -92,6 +93,7 @@ export default {
|
||||
AAlert,
|
||||
ACheckbox,
|
||||
ACol,
|
||||
ARow,
|
||||
AButton,
|
||||
AInputGroup,
|
||||
AIcon,
|
||||
|
Loading…
x
Reference in New Issue
Block a user