From a88e56689e3c709769f8d02ad5663325115bf92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jmeno=20P=C5=99=C3=ADjmen=C3=AD?= Date: Wed, 6 Oct 2021 09:37:46 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99=C3=ADlet=20+=20Odlet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 50 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index b3e0a13..3688709 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,43 @@ @@ -10,11 +46,15 @@ export default { name: "App", data: () => { return { - letiste: [ - "PRG, Prague - Letiště Václava Havla", - "PAR, Paris", - "DWC, Dubai, AL Mohamed", + letisteZ: "", + letisteKam: "", + letisteSeznam: [ + {value: "PRG", text: "Prague - Letiště Václava Havla"}, + {value: "PAR", text: "Paris"}, + {value: "DWC", text: "Dubai, AL Mohamed"}, ], + typLetu: "Z", + pocetOsob: 0, }; }, };