rewrite recommendation component with script setup

This commit is contained in:
geoffrey45
2022-06-12 10:21:23 +03:00
parent 178d3c8835
commit 599cb38cbe
6 changed files with 75 additions and 92 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const queue = useQStore();
const app_dom = document.getElementById("app");
queue.readQueue();
useShortcuts(queue);
useShortcuts(useQStore);
app_dom.addEventListener("click", (e) => {
if (context_store.visible) {