mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
code adaptation for API changes; tons changed to kilos
This commit is contained in:
+6
-6
@@ -5,11 +5,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import { useStore } from './store';
|
||||
import ImageFullscreenPreview from './components/utils/ImageFullscreenPreview.vue';
|
||||
import AppContainerView from './views/AppContainerView.vue';
|
||||
import AppModals from './components/app/AppModals.vue';
|
||||
import { defineComponent } from "vue";
|
||||
import { useStore } from "./store";
|
||||
import ImageFullscreenPreview from "./components/utils/ImageFullscreenPreview.vue";
|
||||
import AppContainerView from "./views/AppContainerView.vue";
|
||||
import AppModals from "./components/app/AppModals.vue";
|
||||
|
||||
export default defineComponent({
|
||||
data() {
|
||||
@@ -26,7 +26,7 @@ export default defineComponent({
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import './styles/global.scss';
|
||||
@import "./styles/global.scss";
|
||||
|
||||
/* APP */
|
||||
#app {
|
||||
|
||||
Reference in New Issue
Block a user