primevue-mirror/pages/tabmenu/index.vue

10 lines
151 B
Vue
Raw Normal View History

2022-09-09 20:41:18 +00:00
<template>
<div class="tabmenudemo-content">
<h5>Home Component Content</h5>
2022-09-09 20:41:18 +00:00
</div>
</template>
<script>
export default {};
2022-09-09 20:41:18 +00:00
</script>