docs: fix typo (#9866)

This commit is contained in:
LIUCHAO
2022-09-22 15:00:11 +08:00
committed by GitHub
parent a833206e5b
commit 58bebc9734

View File

@@ -51,7 +51,7 @@ skeleton/customized-template
## Loading state
When `Loading` ends, we always need to show the real UI with data to our end users. with the attribtue `loading` we can control whether showing the DOM. You can also use slot `default` to structure the real DOM element.
When `Loading` ends, we always need to show the real UI with data to our end users. with the attribute `loading` we can control whether showing the DOM. You can also use slot `default` to structure the real DOM element.
:::demo