Files
flowbite-vue/docs/guide/tabs/examples/TabsDefaultExample.vue
2022-07-05 18:12:59 +03:00

9 lines
138 B
Vue

<template>
<div class="vp-raw">
<tabs />
</div>
</template>
<script setup>
import { Tabs } from '../../../../src/index'
</script>