docs: edge badges to new following 2.4.0

This commit is contained in:
Benjamin Canac
2023-06-15 10:24:52 +02:00
parent 1e05b0f072
commit 8236b18d0d
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -359,7 +359,7 @@ Take a look at the component!
## Slots
### `empty-state` :u-badge{label="Edge" class="ml-2 align-text-bottom !rounded-full"}
### `empty-state` :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full"}
Use the `#empty-state` slot to customize the empty state.

View File

@@ -2,7 +2,7 @@
github: true
description: Add a pagination to handle pages.
navigation:
badge: 'Edge'
badge: 'New'
---
## Usage