Fix the issue of updating the number to a string type when clicking the plus or minus button in the input box when setting the model parameters.
This commit is contained in:
@@ -180,6 +180,10 @@ watchEffect(() => {
|
||||
}
|
||||
})
|
||||
|
||||
onNuxtReady(() => {
|
||||
currentModel.value = getCurrentModel()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user