refactor: everything to nuxt.js
This commit is contained in:
8
app/components/BottomNavComponent.vue
Normal file
8
app/components/BottomNavComponent.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user