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
@@ -14,7 +14,7 @@
</style>
<script setup lang="ts">
import Recommendations from "../Recommendation.vue";
import Recommendations from "./Recommendation.vue";
import UpNext from "../queue/upNext.vue";
import useQStore from "../../../stores/queue";
const queue = useQStore();