manual lint
This commit is contained in:
parent
7f54d11834
commit
04797f8bd2
2 changed files with 10 additions and 4 deletions
|
|
@ -85,8 +85,8 @@
|
|||
@update:model-value="event => setPurpose({ event, index })"
|
||||
>
|
||||
<option
|
||||
v-for="(purpose, index) in purposeOptions"
|
||||
:key="index"
|
||||
v-for="(purpose, index2) in purposeOptions"
|
||||
:key="index2"
|
||||
:value="purpose.value"
|
||||
>
|
||||
{{ purpose.label }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue