add radio and checkboxes steps

This commit is contained in:
Alex Turchyn
2023-05-23 22:10:05 +03:00
parent 90e579ad01
commit f1da37d1ec
4 changed files with 67 additions and 18 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
v-for="(area, index) in areas"
:key="index"
>
{{ area }}
Area {{ index + 1 }}
<button @click="removeArea(area)">
&times;
</button>