changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
name: String,
|
||||
value: Number,
|
||||
value: [Number, String],
|
||||
icon: String,
|
||||
color: String,
|
||||
unit: String,
|
||||
|
||||
Reference in New Issue
Block a user