Skip to content

Commit ef5b1a1

Browse files
committed
feat(drawer): Added missing emits property to defineComponent
1 parent 8c8088f commit ef5b1a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/anu-vue/src/components/drawer/ADrawer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const ADrawer = defineComponent({
2121
default: 'left',
2222
},
2323
},
24+
emits: ['update:modelValue'],
2425
setup(props, { slots, emit, attrs }) {
2526
const refCard = ref()
2627
if (!props.persistent) {

0 commit comments

Comments
 (0)