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

@@ -117,7 +117,7 @@ You can use a `v-model:sort` to make the sorting reactive. You may also use `@up
When fetching data from an API, we can take advantage of the [`useFetch`](https://nuxt.com/docs/api/composables/use-fetch) or [`useAsyncData`](https://nuxt.com/docs/api/composables/use-async-data) composables to fetch the data based on the sorting column and direction every time the `sort` reactive element changes.
When doing so, you might want to set the `sort-mode` prop to `manual` to disable the automatic sorting and return the rows as is. :u-badge{label="New" class="!rounded-full" variant="subtle"}
When doing so, you might want to set the `sort-mode` prop to `manual` to disable the automatic sorting and return the rows as is.
```vue
<script setup>