@@ -65,7 +65,7 @@ import { computed, onMounted, reactive, ref, watch } from 'vue';
type TProps = {
label?: string
- modelValue?: Record
+ modelValue?: Record | string | number
suffix?: string
data: Record
disable?: boolean
@@ -189,9 +189,8 @@ function down() {