add changelog
parent
ad6374236f
commit
f3441ef8d4
|
@ -0,0 +1,19 @@
|
|||
# Change Log
|
||||
|
||||
---
|
||||
## 0.4.0
|
||||
|
||||
#### Layout
|
||||
|
||||
- add `layout` component
|
||||
|
||||
#### Others
|
||||
|
||||
- support use [Vue.use(antd)](https://github.com/vueComponent/ant-design/issues/3)
|
||||
|
||||
|
||||
## 0.3.1
|
||||
|
||||
#### Features
|
||||
|
||||
- first version, provide 45 [components](https://github.com/vueComponent/ant-design/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)
|
|
@ -0,0 +1,20 @@
|
|||
# 更新日志
|
||||
|
||||
---
|
||||
## 0.4.0
|
||||
|
||||
#### Layout
|
||||
|
||||
- 新增 Layout 组件
|
||||
|
||||
#### 其它
|
||||
|
||||
- 支持导入所有组件[Vue.use(antd)](https://github.com/vueComponent/ant-design/issues/3)
|
||||
|
||||
|
||||
## 0.3.1
|
||||
|
||||
#### Features
|
||||
|
||||
- 对外第一个版本,提供常用45个[组件](https://github.com/vueComponent/ant-design/blob/c7e83d6142f0c5e72ef8fe794620478e69a50a8e/site/components.js)
|
||||
|
Loading…
Reference in New Issue