เพิ่ม currency input
This commit is contained in:
parent
e300009dc3
commit
cd1a733ef6
4 changed files with 235 additions and 246 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue