mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
docs(tabs): update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user