Skip to content

Commit f377c36

Browse files
committed
use self-closing tag
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 00f1967 commit f377c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Questions/AnswerInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<component
99
:is="pseudoIcon"
1010
v-if="!isDropdown"
11-
class="question__item__pseudoInput"></component>
11+
class="question__item__pseudoInput" />
1212
<input
1313
ref="input"
1414
v-model="localText"

0 commit comments

Comments
 (0)