Fix pipeline

This commit is contained in:
2025-03-30 04:06:56 +02:00
parent be49b876f4
commit f3ca614728
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const card = defineModel<{
title: string
color: string
name: string
}>()
}>({ required: true })
</script>
<template>