parent
625c318a7f
commit
a8b54e8512
|
@ -10,6 +10,12 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.1.2
|
||||
|
||||
`2021-03-28`
|
||||
|
||||
- 🌟 Recompile with Vue 3.0.9, compatible with 3.0.7 and below
|
||||
|
||||
## 2.1.1
|
||||
|
||||
`2021-03-27`
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.1.2
|
||||
|
||||
`2021-03-28`
|
||||
|
||||
- 🌟 使用 Vue 3.0.9 重新编译,兼容 3.0.7 及以下版本
|
||||
|
||||
## 2.1.1
|
||||
|
||||
`2021-03-27`
|
||||
|
|
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
@ -60,8 +60,8 @@
|
|||
},
|
||||
"homepage": "https://www.antdv.com/",
|
||||
"peerDependencies": {
|
||||
"@vue/compiler-sfc": ">=3.0.8",
|
||||
"vue": ">=3.0.8"
|
||||
"@vue/compiler-sfc": ">=3.0.9",
|
||||
"vue": ">=3.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.8.4",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"@typescript-eslint/parser": "^4.1.0",
|
||||
"@vue/babel-plugin-jsx": "^1.0.0",
|
||||
"@vue/cli-plugin-eslint": "^4.0.0",
|
||||
"@vue/compiler-sfc": "^3.0.8",
|
||||
"@vue/compiler-sfc": "^3.0.9",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"@vue/test-utils": "^2.0.0-0",
|
||||
|
@ -181,7 +181,7 @@
|
|||
"umi-mock-middleware": "^1.0.0",
|
||||
"umi-request": "^1.3.5",
|
||||
"url-loader": "^3.0.0",
|
||||
"vue": "^3.0.8",
|
||||
"vue": "^3.0.9",
|
||||
"vue-antd-md-loader": "^1.2.1-beta.1",
|
||||
"vue-clipboard2": "0.3.1",
|
||||
"vue-draggable-resizable": "^2.1.0",
|
||||
|
|
Loading…
Reference in New Issue