fluff pour number inputs

This commit is contained in:
Gator
2022-01-10 21:01:39 +01:00
parent 6f1e813316
commit 73e690aa07
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"
>