This commit is contained in:
parent
a4a99789a9
commit
650f381148
29 changed files with 599 additions and 349 deletions
10
src/components/EntryEditDialog.vue
Normal file
10
src/components/EntryEditDialog.vue
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
import type { TmdbMovieSearchResponseResult } from "@/libs/apis/tmdb/schemas";
|
||||
|
||||
defineProps<{
|
||||
entryId: number;
|
||||
tmdbSearchData: TmdbMovieSearchResponseResult;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue