docs: remove New badges on edge version

This commit is contained in:
Benjamin Canac
2024-01-22 16:58:10 +01:00
parent 6faf15bc74
commit 0083ca276a
7 changed files with 8 additions and 10 deletions

View File

@@ -8,8 +8,6 @@ links:
- label: 'Combobox'
icon: i-simple-icons-headlessui
to: 'https://headlessui.com/vue/combobox'
navigation:
badge: New
---
## Usage

View File

@@ -132,7 +132,7 @@ props:
---
::
### Control the query :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### Control the query
Use a `v-model:query` to control the search query.
@@ -260,7 +260,7 @@ Use the `#option-create` slot to customize the content displayed when the `creat
An example is available in the [Create option](#create-option) section.
::
### `empty` :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
### `empty`
Use the `#empty` slot to customize the content displayed when there is no options. Defaults to `No options.`.