Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit e4d47f5

Browse files
committed
fix(BOffcanvas): toggle offcanvas with toggle directive.
1 parent 60693b4 commit e4d47f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-next/src/components/BOffcanvas/BOffcanvas.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ defineSlots<{
158158
159159
const slots = useSlots()
160160
161-
const modelValue = useVModel(props, 'modelValue', emit)
161+
const modelValue = useVModel(props, 'modelValue', emit, {passive: true})
162162
163163
const modelValueBoolean = useBooleanish(modelValue)
164164
// TODO

0 commit comments

Comments
 (0)