docs: update Edge and New badges

This commit is contained in:
Benjamin Canac
2023-06-27 17:29:00 +02:00
parent 10a9a3ea2b
commit 7a2845d75e
9 changed files with 10 additions and 12 deletions

View File

@@ -401,7 +401,7 @@ const rows = computed(() => {
```
::
### Loading :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
### Loading
Use the `loading` prop to display a loading state.
@@ -566,7 +566,7 @@ const selected = ref([people[1]])
```
::
### `loading-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
### `loading-state`
Use the `#loading-state` slot to customize the loading state.
@@ -605,7 +605,7 @@ const pending = ref(true)
```
::
### `empty-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
### `empty-state`
Use the `#empty-state` slot to customize the empty state.