This commit is contained in:
Viet An
2026-05-21 11:42:36 +07:00
parent 8f95fee8a7
commit 80f1e7275f
10 changed files with 158 additions and 59 deletions

View File

@@ -3,7 +3,7 @@ const props = defineProps({
text: String,
image: String,
type: String,
size: Number,
size: String,
});
</script>
<template>