Merge branch 'master' into feat/vite

This commit is contained in:
2026-02-23 20:44:55 +01:00
committed by GitHub
28 changed files with 207 additions and 98 deletions

View File

@@ -35,7 +35,7 @@
</template>
<script setup lang="ts">
import { ref, computed, defineProps, onMounted } from "vue";
import { ref, computed, onMounted } from "vue";
import { useStore } from "vuex";
import type { Ref } from "vue";
import type { IMovie, IShow, IPerson } from "../interfaces/IList";