fix(ui-docs) Loader documentation

This commit is contained in:
ArneBo 2025-01-05 18:29:40 +01:00 committed by upsiflu
parent d5f8b674b8
commit 17bed3e9b4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Loaders visually indicate when an operation is loading. This makes it visually c
```vue-html
<div style="width: 50%">
<fw-loader />
<Loader />
</div>
```