chore: allow v-html in FilterInput
This commit is contained in:
parent
4e6a272a0f
commit
18306956ae
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue