docs(tabs): update

This commit is contained in:
Benjamin Canac
2024-08-06 12:41:47 +02:00
parent 8da6a1c0e2
commit 279f55ee2c
4 changed files with 20 additions and 45 deletions

View File

@@ -12,7 +12,7 @@ const items = [
</script>
<template>
<UTabs :items="items">
<UTabs :items="items" class="w-full">
<template #content="{ item }">
<p>This is the {{ item.label }} tab.</p>
</template>