feat(empty): export empty icon slot (#405)

* fix: tsconfig support ts

* feat(empty): empty export icon slot
This commit is contained in:
caoyugang_1 2021-07-07 00:02:16 +08:00 committed by GitHub
parent 5ea61d47e4
commit 84f74a8f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,8 @@
- `n-carousel` add `dot-placement` prop.
- `n-auto-complete` add `loading` prop, closes [#241](https://github.com/TuSimple/naive-ui/issues/241).
- `n-slider` add `tooltip` prop, closes [#362](https://github.com/TuSimple/naive-ui/issues/362).
- `n-input` add `loading` prop
- `n-input` add `loading` prop.
- `n-empty` export `icon` slot.
### Fixes

View File

@ -25,6 +25,7 @@
- `n-auto-complete` 新增 `loading` 属性,关闭 [#241](https://github.com/TuSimple/naive-ui/issues/241)
- `n-slider` 增加 `tooltip` 属性,关闭 [#362](https://github.com/TuSimple/naive-ui/issues/362)
- `n-input` 新增 `loading` 属性
- `n-empty` 导出 `icon` slot
### Fixes