updated showings to use typescript and composition api
This commit is contained in:
parent
4cfaf31ea5
commit
2e55f9a3a3
3 changed files with 97 additions and 61 deletions
|
@ -32,6 +32,7 @@ const movies = defineModel<Movie[]>("movie_list", { default: [] });
|
|||
const showModal = (movie: Movie) => {
|
||||
emit("show-modal", movie);
|
||||
};
|
||||
|
||||
const findMovies = async function (e: Event) {
|
||||
let config = useRuntimeConfig();
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue