mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmieniono położenie filtrów
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<Options />
|
||||
<List />
|
||||
</div>
|
||||
</template>
|
||||
@@ -7,10 +8,11 @@
|
||||
<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 }
|
||||
components: { Options, List }
|
||||
})
|
||||
export default class Home extends Vue {
|
||||
mounted() {}
|
||||
@@ -19,7 +21,6 @@ export default class Home extends Vue {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.home {
|
||||
overflow: auto;
|
||||
padding: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user