ledger balance

This commit is contained in:
Sirttas
2026-06-01 19:22:27 +02:00
parent 42c7e59d63
commit c23ec0cb53
26 changed files with 161 additions and 100 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
<script setup lang="ts">
import { computed } from 'vue';
import { RouterView, useRoute } from 'vue-router';
import { Sidebar } from './sidebar';
import { routeNames } from '@/routes';
import {computed} from 'vue';
import {RouterView, useRoute} from 'vue-router';
import {Sidebar} from './sidebar';
import {routeNames} from '@/routes';
const route = useRoute();
@@ -24,7 +24,7 @@ const hideSidebar = computed(() => {
</template>
<style scoped>
@reference "tailwindcss";
@reference "@/style.css";
div.main-container {
@apply px-4 sm:ml-64;