add radio and checkboxes steps
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
v-for="(area, index) in areas"
|
||||
:key="index"
|
||||
>
|
||||
{{ area }}
|
||||
Area {{ index + 1 }}
|
||||
<button @click="removeArea(area)">
|
||||
×
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user