เพิ่ม currency input

This commit is contained in:
AnandaTon 2023-10-19 13:47:54 +07:00
parent e300009dc3
commit cd1a733ef6
4 changed files with 235 additions and 246 deletions

View file

@ -26,7 +26,10 @@ import { ref, useSlots, watch } from "vue";
const slots = ref<any>(useSlots());
const props = defineProps({
modelValue: Number,
modelValue: {
type: Number,
default: undefined,
},
dense: {
type: Boolean,
default: true,