fluff pour number inputs

This commit is contained in:
2022-01-10 21:01:39 +01:00
parent a56ef81963
commit b19022077d
2 changed files with 7 additions and 2 deletions

View File

@ -24,6 +24,7 @@
<input
name="size"
type="number"
min="1"
:value="cellProperties.size"
@input="updateCellProperties"
>