mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Zmiany w wyglądzie, zmiana pozycji opcji
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<div class="stations-view">
|
||||
<List />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { Vue, Component } from "vue-property-decorator";
|
||||
|
||||
// import Options from "@/components/ui/Options.vue";
|
||||
import List from "@/components/ui/List.vue";
|
||||
|
||||
@Component({
|
||||
components: { List },
|
||||
})
|
||||
export default class Home extends Vue {
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.stations-view {
|
||||
padding: 1rem 0;
|
||||
|
||||
max-height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user