add child level context menu

- more typescript
This commit is contained in:
geoffrey45
2022-03-16 01:21:53 +03:00
parent f11005e523
commit 29124ce717
14 changed files with 209 additions and 82 deletions
+2 -2
View File
@@ -38,8 +38,8 @@
import { ref } from "vue";
import perks from "../../composables/perks";
import playAudio from "../../composables/playAudio";
import useContextStore from "@/stores/context.js";
import trackContext from "../../composables/track_context";
import useContextStore from "@/stores/context";
import trackContext from "../../contexts/track_context";
const contextStore = useContextStore();
const context_on = ref(false);