mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
fix(Tabs): horizontal orientation
This commit is contained in:
@@ -17,5 +17,8 @@ const items = [{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UTabs :items="items" class="w-96" />
|
||||
<div class="flex flex-col gap-4">
|
||||
<UTabs :items="items" class="w-96" />
|
||||
<UTabs :items="items" orientation="vertical" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user