refactor: refs #7411 bind event listeners to QCheckbox in VnCheckbox component
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-02-10 09:42:34 +01:00
parent 6dd3a7b00d
commit 18da0e9922
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const $props = defineProps({
<div>
<QCheckbox
v-bind="$attrs"
v-on="$attrs"
v-model="modelValue"
/>
<QIcon