Feature: 添加俄语、西班牙语支持 & 添加单位国际化
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
:disabled="disabled"
|
||||
hide-details
|
||||
hide-spin-buttons
|
||||
:label="label"
|
||||
:label="label + ' (' + $t(`units.${modelValue.unit}`) + ')'"
|
||||
:model-value="modelValue.value.toString()"
|
||||
:suffix="modelValue.unit"
|
||||
:suffix="$t(`units.${modelValue.unit}`)"
|
||||
type="number"
|
||||
variant="outlined"
|
||||
@update:model-value="handleUpdate"
|
||||
|
||||
Reference in New Issue
Block a user