mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
release: 1.0.11
This commit is contained in:
parent
7032309dbe
commit
c87260c772
@ -1,5 +1,5 @@
|
||||
# CHANGELOG
|
||||
## PENDING
|
||||
## 1.0.11 (2020-04-30)
|
||||
### Features
|
||||
- Add `fallback-option` prop for `n-select` to deal with the value with no corresponding option.
|
||||
### Fixes
|
||||
|
@ -1,5 +1,5 @@
|
||||
# CHANGELOG
|
||||
## PENDING
|
||||
## 1.0.11 (2020-04-30)
|
||||
### Features
|
||||
- 为 `n-select` 增加了 `fallback-option` 属性用于控制无对应选项时的回退选项
|
||||
### Fixes
|
||||
|
@ -10,7 +10,7 @@ Set `closable` to make message closable by a click.
|
||||
export default {
|
||||
methods: {
|
||||
emitInfo() {
|
||||
this.$NMessage.success(
|
||||
this.$NMessage.info(
|
||||
"I don't know why nobody told you how to unfold your love",
|
||||
{
|
||||
closable: true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"description": "A Vue UI Framework. Caring About Styles, Themed, Batteries Included.",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user