<script setup>
const items = [
{
label: "Tab1",
content: "This is the content shown for Tab1",
},
{
label: "Tab2",
disabled: true,
content: "And, this is the content for Tab2",
},
{
label: "Tab3",
content: "Finally, this is the content for Tab3",
},
];
</script>
<template>
<UTabs :items="items" />
</template>
Note able to use the Tabs functionality.
Version
Steps to reproduce
What is Expected?
page should load without error
What is actually happening?
404 error