9 lines
233 B
Vue
9 lines
233 B
Vue
<template>
|
|
<q-tabs class="mobile-only">
|
|
<q-route-tab name="Boats" icon="sailing" to="/boat" />
|
|
<q-route-tab name="Schedule" icon="calendar_month" to="/schedule" />
|
|
</q-tabs>
|
|
</template>
|
|
|
|
<script setup lang="ts"></script>
|