mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Zmiana wyglądu filtrów, dokończenie pozostałych z nich
This commit is contained in:
+2
-3
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<Options />
|
||||
<List />
|
||||
</div>
|
||||
</template>
|
||||
@@ -8,11 +7,11 @@
|
||||
<script lang="ts">
|
||||
import { Vue, Component } from "vue-property-decorator";
|
||||
|
||||
import Options from "@/components/ui/Options.vue";
|
||||
// import Options from "@/components/ui/Options.vue";
|
||||
import List from "@/components/ui/List.vue";
|
||||
|
||||
@Component({
|
||||
components: { Options, List }
|
||||
components: { List }
|
||||
})
|
||||
export default class Home extends Vue {
|
||||
mounted() {}
|
||||
|
||||
Reference in New Issue
Block a user