back to search, remove services
This commit is contained in:
parent
df2e604e49
commit
045a169e85
@ -1,15 +1,15 @@
|
||||
<template>
|
||||
<routing/>
|
||||
<search/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import routing from './components/routing.vue'
|
||||
import search from './components/search.vue'
|
||||
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
components: {
|
||||
routing
|
||||
search
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -9,12 +9,7 @@
|
||||
baseURL: process.env.VUE_APP_BASE_URL
|
||||
});
|
||||
const services = [
|
||||
{id:"db", name:"Deutsche Bahn"},
|
||||
{id:"vbb", name:"Verkehrsverbund Berlin-Brandenburg"},
|
||||
{id:"pkp", name:"Polskie Koleje Państwowe"},
|
||||
{id:"irish", name:"Iarnród Éireann"},
|
||||
{id:"oebb", name:"Österreichische Bundesbahnen"},
|
||||
{id:"lu", name:"Mobilitéitszentral (Luxembourg)"}
|
||||
|
||||
]
|
||||
export default {
|
||||
name: 'SearchBahn',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user