mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
code adaptation for API changes; tons changed to kilos
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import { useStore } from '../store';
|
||||
import { defineComponent } from "vue";
|
||||
import { useStore } from "../store";
|
||||
|
||||
import MainContainer from '../components/app/MainContainer.vue';
|
||||
import FooterVue from '../components/app/Footer.vue';
|
||||
import MainContainer from "../components/app/MainContainer.vue";
|
||||
import FooterVue from "../components/app/Footer.vue";
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user