We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f5f75 commit 96a9959Copy full SHA for 96a9959
1 file changed
packages/input/src/index.vue
@@ -23,9 +23,7 @@
23
data-test="input"
24
v-on="listeners"
25
@input="updateValue"
26
- >
27
- {{ value }}
28
- </component>
+ ><!-- eslint-disable -->{{ value }}</component><!-- eslint-enable -->
29
<p
30
v-if="description && descriptionPosition === 'bottom'"
31
:id="`${id}__desc`"
0 commit comments