diff --git a/app/src/interfaces/input-hash/input-hash.vue b/app/src/interfaces/input-hash/input-hash.vue index c599df1636..8d53ed4a36 100644 --- a/app/src/interfaces/input-hash/input-hash.vue +++ b/app/src/interfaces/input-hash/input-hash.vue @@ -18,6 +18,7 @@ import { useI18n } from 'vue-i18n'; import { defineComponent, computed, ref, watch } from 'vue'; export default defineComponent({ + inheritAttrs: false, props: { value: { type: String,