member data reads and display

This commit is contained in:
Julian Krauser 2024-09-17 16:44:02 +02:00
parent c1a6c0040d
commit 5eeea631c0
57 changed files with 1149 additions and 110 deletions

View file

@ -21,7 +21,7 @@
<script setup lang="ts">
import { mapState, mapActions } from "pinia";
import { useContextMenuStore } from "../stores/context-menu";
import { useContextMenuStore } from "@/stores/context-menu";
</script>
<script lang="ts">