merge from master
commit
6cdb94af8b
|
@ -0,0 +1,22 @@
|
|||
- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design/issues) of this repository and believe that this is not a duplicate.
|
||||
|
||||
### Version
|
||||
...
|
||||
|
||||
### Environment
|
||||
...
|
||||
|
||||
### Reproduction link
|
||||
[example](https://codesandbox.io/s/2wpk21kzvr)
|
||||
|
||||
### Steps to reproduce
|
||||
..
|
||||
|
||||
### What is expected?
|
||||
...
|
||||
|
||||
### What is actually happening?
|
||||
...
|
||||
|
||||
---
|
||||
...
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
---
|
||||
|
||||
## 0.4.1
|
||||
|
||||
#### bug
|
||||
|
||||
- Transfer Vue's dependencies to devDependencies to avoid unstable bugs caused by inconsistency with business versions
|
||||
|
||||
## 0.4.0
|
||||
|
||||
#### Layout
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# 更新日志
|
||||
|
||||
---
|
||||
|
||||
## 0.4.1
|
||||
|
||||
#### bug
|
||||
|
||||
- 将Vue依赖转移到devDependencies,避免与业务版本不一致导致的不稳定bug
|
||||
|
||||
## 0.4.0
|
||||
|
||||
#### Layout
|
||||
|
|
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vue-antd-ui",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
@ -79,9 +79,11 @@
|
|||
"colorful": "^2.1.0",
|
||||
"commander": "^2.15.0",
|
||||
"cross-env": "^5.1.4",
|
||||
"commitizen": "^2.9.6",
|
||||
"css-loader": "^0.28.7",
|
||||
"deep-assign": "^2.0.0",
|
||||
"eslint": "^4.7.2",
|
||||
"eslint-plugin-vue": "^3.13.0",
|
||||
"eslint-plugin-html": "^3.2.2",
|
||||
"eslint-plugin-vue-libs": "^1.2.1",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
|
@ -130,7 +132,10 @@
|
|||
"stylelint": "^8.1.1",
|
||||
"stylelint-config-standard": "^17.0.0",
|
||||
"through2": "^2.0.3",
|
||||
"validate-commit-msg": "^2.14.0",
|
||||
"vue": "^2.5.15",
|
||||
"vue-antd-md-loader": "^1.0.3",
|
||||
"vue-clipboard2": "0.0.8",
|
||||
"vue-loader": "^13.0.5",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-template-compiler": "^2.5.15",
|
||||
|
@ -142,26 +147,21 @@
|
|||
"dependencies": {
|
||||
"add-dom-event-listener": "^1.0.2",
|
||||
"array-tree-filter": "^2.1.0",
|
||||
"babel-runtime": "6.x",
|
||||
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
||||
"classnames": "^2.2.5",
|
||||
"commitizen": "^2.9.6",
|
||||
"component-classes": "^1.2.6",
|
||||
"css-animation": "^1.4.1",
|
||||
"dom-align": "^1.6.7",
|
||||
"dom-closest": "^0.2.0",
|
||||
"dom-scroll-into-view": "^1.2.1",
|
||||
"enquire.js": "^2.1.6",
|
||||
"eslint-plugin-vue": "^3.13.0",
|
||||
"is-negative-zero": "^2.0.0",
|
||||
"lodash": "^4.17.5",
|
||||
"moment": "^2.21.0",
|
||||
"omit.js": "^1.0.0",
|
||||
"reqwest": "^2.0.5",
|
||||
"shallow-equal": "^1.0.0",
|
||||
"shallowequal": "^1.0.2",
|
||||
"validate-commit-msg": "^2.14.0",
|
||||
"vue": "^2.5.15",
|
||||
"vue-clipboard2": "0.0.8",
|
||||
"vue-types": "^1.0.2",
|
||||
"warning": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue