16 lines
192 B
Vue
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> |