lint
This commit is contained in:
parent
a125a9af6c
commit
c60ae66eac
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
@show="setOpen(true)"
|
||||
@close="setOpen(false)"
|
||||
>
|
||||
<template #content="{close}">
|
||||
<template #content>
|
||||
<div class="dropdown-menu">
|
||||
<template v-for="(entry, index) in entries">
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@
|
|||
v-model="expiryUnit"
|
||||
unstyled="true"
|
||||
class="expiry-unit"
|
||||
@change="expiryAmountChange"
|
||||
:aria-label="$t('polls.expiry_unit')"
|
||||
@change="expiryAmountChange"
|
||||
>
|
||||
<option
|
||||
v-for="unit in expiryUnits"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue