Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Apr 30, 2024
1 parent 025012e commit 14d21d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md)

- 修复 `f-tree` 添加元素响应式丢失问题 [#469](https://github.com/FightingDesign/fighting-design/pull/469)
- 修复 `f-message` 参数 `close-btn` 类型错误问题 [#478](https://github.com/FightingDesign/fighting-design/pull/478)

## 0.67.4 (2024-03-21)

Expand Down
4 changes: 4 additions & 0 deletions docs/components/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ type MessageClose = (evt?: MouseEvent) => void
<f-avatar round src="https://avatars.githubusercontent.com/u/77321887?v=4" />
</a>
<a href="https://github.com/w2xi" target="_blank">
<f-avatar round src="https://avatars.githubusercontent.com/u/57785259?v=4" />
</a>
<script setup lang="ts">
import { h } from 'vue'
import { FMessage } from 'fighting-design'
Expand Down

0 comments on commit 14d21d9

Please sign in to comment.