mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
feat: router links embeded into timetable stop names
This commit is contained in:
@@ -214,6 +214,12 @@ export default defineComponent({
|
||||
this.loadSelectedOption();
|
||||
},
|
||||
|
||||
watch: {
|
||||
station() {
|
||||
this.loadSelectedOption();
|
||||
}
|
||||
},
|
||||
|
||||
setup(props) {
|
||||
const route = useRoute();
|
||||
const currentURL = computed(() => `${location.origin}${route.fullPath}`);
|
||||
|
||||
Reference in New Issue
Block a user