refactor: refs #7411 bind event listeners to QCheckbox in VnCheckbox component
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
6dd3a7b00d
commit
18da0e9922
|
@ -15,6 +15,7 @@ const $props = defineProps({
|
|||
<div>
|
||||
<QCheckbox
|
||||
v-bind="$attrs"
|
||||
v-on="$attrs"
|
||||
v-model="modelValue"
|
||||
/>
|
||||
<QIcon
|
||||
|
|
Loading…
Reference in New Issue