Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
Co-authored-by: Cue <[email protected]>
  • Loading branch information
kiaking and cuebit authored Jul 21, 2023
1 parent 6b953a8 commit 1c70c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/desc.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,9 @@ type Mode =
## Empty state
All value components accepts empty value as `null` and `undefined`. When the value is not present, the `<SDescEmpty>` component are displayed.
All components that support `:value` can accept empty values, which are represented as `null` or `undefined`. When `:value` is not present or is empty, the `<SDescEmpty>` component is displayed.
Although probably not very useful, you could directly use `<SDescEmpty>` component to display empty value.
Although it may not be very useful, you have the option to directly use `<SDescEmpty>` to display empty values.
```vue-html
<SDesc cols="2" gap="24">
Expand Down

0 comments on commit 1c70c60

Please sign in to comment.