mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
2.13.0
This commit is contained in:
parent
cdb1ade28d
commit
1deb3fb023
@ -1,5 +1,7 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2.13.0 (2021-06-21)
|
||||
|
||||
### Feats
|
||||
|
||||
- `n-dropdown` add `on-clickoutside` prop, closes [#123](https://github.com/TuSimple/naive-ui/issues/123).
|
||||
|
@ -1,5 +1,7 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2.13.0 (2021-06-21)
|
||||
|
||||
### Feats
|
||||
|
||||
- `n-dropdown` 新增 `on-clickoutside` 属性,关闭 [#123](https://github.com/TuSimple/naive-ui/issues/123)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "2.12.2",
|
||||
"version": "2.13.0",
|
||||
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -1 +1 @@
|
||||
export default '2.12.2'
|
||||
export default '2.13.0'
|
||||
|
Loading…
Reference in New Issue
Block a user