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:
Rafi
2023-04-06 15:08:35 +08:00
parent 0d6aef6872
commit 82c1811034
5 changed files with 25 additions and 9 deletions

View File

@@ -180,6 +180,10 @@ watchEffect(() => {
}
})
onNuxtReady(() => {
currentModel.value = getCurrentModel()
})
</script>
<template>