chore: allow v-html in FilterInput

This commit is contained in:
kolaente 2025-05-13 21:41:07 +02:00
parent 4e6a272a0f
commit 18306956ae
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ function autocompleteSelect(value) {
const blurDebounced = useDebounceFn(() => emit('blur'), 500)
</script>
<!-- eslint-disable vue/no-v-html -->
<template>
<div class="field">
<label