Skip to content

Commit d9b4ca6

Browse files
committed
fix: remove debug output in html
1 parent 34feb7a commit d9b4ca6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/PrimeInputText.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const styleClass = computed(() => (props.context?.state.validationVisible && !pr
3939
4040
<template>
4141
<div class="p-formkit">
42-
{{ context.attrs.icon }}
4342
<IconField v-if="hasIcon" :icon-position="context?.attrs.iconPosition">
4443
<InputIcon :class="context.attrs.icon" />
4544
<InputText

0 commit comments

Comments
 (0)