Bugfix 2
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
<template>
|
||||
<Suspense>
|
||||
<RouterView class="has-navbar-fixed-top"/>
|
||||
</Suspense>
|
||||
<RouterView class="has-navbar-fixed-top"/>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import './assets/style.scss'
|
||||
import './assets/print.css'
|
||||
import { RouterView } from 'vue-router'
|
||||
import { useContractorsStore } from '@/stores/contractors.store'
|
||||
import { useCategoriesStore } from '@/stores/categories.store'
|
||||
|
||||
|
||||
// const categoriesStore = useCategoriesStore();
|
||||
// await categoriesStore.fetchCategories();
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user