mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
fix: 🚑 Fix issues caused by shadcn-vue update
This commit is contained in:
parent
25e4892137
commit
3749ea86e2
3 changed files with 8 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<script lang="ts" setup>
|
||||
import FilePreview from "./file-preview.vue";
|
||||
|
||||
defineModel<
|
||||
const files = defineModel<
|
||||
{
|
||||
apiId?: string;
|
||||
file: File;
|
||||
|
|
@ -16,4 +16,4 @@ defineModel<
|
|||
>("files", {
|
||||
required: true,
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue