This commit is contained in:
Viet An
2026-05-25 17:12:18 +07:00
parent 6685a43360
commit aa084150b5
9 changed files with 83 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
const props = defineProps({
name: String,
value: String,
value: [Number, String],
unit: String,
icon: String,
color: String,