We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdcb03b commit c5c6a3fCopy full SHA for c5c6a3f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.2.10
2
+
3
+`2020-08-21`
4
5
+* :bug: fix(Switch):修复 disable 状态禁用所有事件 @szg2008
6
+* :bug: fix(Toast): 修复 2.2.9 demo错误 @yangkaixuan
7
8
## 2.2.9
9
10
`2020-08-19`
package.json
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui",
- "version": "2.2.9",
+ "version": "2.2.10",
"description": "一套轻量级移动端Vue组件库",
"typings": "dist/types/index.d.ts",
"main": "dist/nutui.js",
0 commit comments