Skip to content

Commit 40398ab

Browse files
committed
fix input type taux
1 parent 4ea1051 commit 40398ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Taux.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tbody>
1616
<tr v-for="label in Object.keys(value)" v-bind:key="label">
1717
<td>{{description[label]}}</td>
18-
<td><sui-input class="w-100" v-model="value[label]" @input="handleInput" type="text"/></td>
18+
<td><sui-input class="w-100" v-model="value[label]" @input="handleInput" type="number"/></td>
1919
</tr>
2020
</tbody>
2121
</table>

0 commit comments

Comments
 (0)