Skip to content

Commit

Permalink
fix: some components don't work correctly if __VUE_OPTIONS_API__ is…
Browse files Browse the repository at this point in the history
… set to `false`, closes tusen-ai#3146
  • Loading branch information
07akioni authored and zhoukekun committed Jun 22, 2022
1 parent c354bd0 commit 35b024f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## NEXT_VERSION

### Fixes
- Fix `n-color-picker` can't set alpha value correctly by hand

- Fix `n-color-picker` can't input alpha value correctly manually.
- Fix some components don't work correctly if `__VUE_OPTIONS_API__` is set to `false`, closes [#3146](https://github.com/TuSimple/naive-ui/issues/3146).

## 2.30.5

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## NEXT_VERSION

### Fixes
- 修复 `n-color-picker` 手动输入alpha值时不生效的问题

- 修复 `n-color-picker` 手动输入 alpha 值时不生效
- 修复某些组件在 `__VUE_OPTIONS_API__` 设为 `false` 时工作不正常的问题,关闭 [#3146](https://github.com/TuSimple/naive-ui/issues/3146)

## 2.30.5

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"treemate": "^0.3.11",
"vdirs": "^0.1.8",
"vooks": "^0.2.12",
"vueuc": "^0.4.44"
"vueuc": "^0.4.45"
},
"sideEffects": false,
"homepage": "https://www.naiveui.com",
Expand Down

0 comments on commit 35b024f

Please sign in to comment.