docs: remove New badges for edge

This commit is contained in:
Benjamin Canac
2023-10-31 10:23:09 +01:00
parent 033910d90a
commit 1f9a063d98
8 changed files with 5 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ Use the `sort-desc-icon` prop to set a different icon or change it globally in `
You can also customize the entire header cell, read more in the [Slots](#slots) section.
::
#### Reactive sorting :u-badge{label="New" class="align-middle ml-2 !rounded-full" variant="subtle"}
#### Reactive sorting
Sometimes you will want to fetch new data depending on the sorted column and direction. You can use the `v-model:sort` to automatically update the `ref` reactive element every time the sorting changes on the Table. You may also use `@update:sort` to call your own function with the sorting data.