fix: duplicated input ids

This commit is contained in:
s-r-x
2021-07-01 15:10:51 +05:00
parent b0ab1b048d
commit 47cf321eba
13 changed files with 27 additions and 27 deletions

View File

@@ -9,9 +9,9 @@
</div>
</template>
<template #body>
<label for="selectLabel">{{ $t("label") }}</label>
<label for="selectLabelEnvAdd">{{ $t("label") }}</label>
<input
id="selectLabel"
id="selectLabelEnvAdd"
v-model="name"
class="input"
type="text"