fix(lint): self-closing
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
type="text"
|
||||
:placeholder="$t('challengeNamePlaceholder')"
|
||||
@keydown="enableSubmit"
|
||||
/>
|
||||
></input>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
@@ -30,7 +30,7 @@
|
||||
type="text"
|
||||
:placeholder="$t('shortNamePlaceholder')"
|
||||
@keydown="enableSubmit"
|
||||
/>
|
||||
></input>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
v-model="workingGroup.name"
|
||||
type="text"
|
||||
:placeholder="isParty ? $t('newPartyPlaceholder') : $t('newGuildPlaceholder')"
|
||||
/>
|
||||
></input>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>
|
||||
|
||||
@@ -11,12 +11,12 @@
|
||||
<b-dropdown-header>
|
||||
<div class="mb-2">
|
||||
<input
|
||||
class="form-control"
|
||||
class="form-control"
|
||||
v-model="search"
|
||||
type="text"
|
||||
:placeholder="searchPlaceholder"
|
||||
@keyup.enter="handleSubmit"
|
||||
/>
|
||||
></input>
|
||||
</div>
|
||||
|
||||
<multi-list
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
<b-dropdown-header>
|
||||
<div class="mb-2">
|
||||
<input
|
||||
class="form-control"
|
||||
class="form-control"
|
||||
v-model="search"
|
||||
type="text"
|
||||
:placeholder="searchPlaceholder"
|
||||
@keyup.enter="handleSubmit"
|
||||
/>
|
||||
></input>
|
||||
</div>
|
||||
</b-dropdown-header>
|
||||
<template #button-content>
|
||||
|
||||
Reference in New Issue
Block a user