mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(tabs): update examples
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
<script setup lang="ts">
|
||||
const items = [
|
||||
{
|
||||
label: 'Account'
|
||||
},
|
||||
{
|
||||
label: 'Password'
|
||||
}
|
||||
]
|
||||
|
||||
const selected = ref('1')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UTabs v-model="selected" :content="false" :items="items" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user