nuxt-start/pages/rent/jaratszam.vue
2025-01-01 23:06:17 +01:00

16 lines
192 B
Vue

<template>
<div>
Járatszám
<InputText></InputText>
<NuxtLink>Nem adok meg járatszámot</NuxtLink>
</div>
</template>
<script lang="ts" setup>
</script>
<style>
</style>