added fixes for rollup build error
This commit is contained in:
parent
1f2303abf5
commit
ccc2422aa4
15 changed files with 1326 additions and 1561 deletions
|
@ -32,7 +32,7 @@
|
|||
<script lang="ts" setup>
|
||||
import type { MovieList } from "~/types/movielist";
|
||||
|
||||
const lists = defineModel<MovieList[]>("lists", { default: [] });
|
||||
const lists = ref<MovieList[]>([]);
|
||||
|
||||
const addList = async function () {
|
||||
let config = useRuntimeConfig();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue