Skip to content

Commit e606847

Browse files
committed
Add missing exposed methods
1 parent dc10a00 commit e606847

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/components/BDropdown/BDropdown.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,8 @@ onMounted((): void => {
196196
},
197197
})
198198
})
199+
200+
defineExpose({
201+
hide,
202+
})
199203
</script>

src/components/BFormSelect/BFormSelect.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,9 @@ const blur = () => {
169169
}
170170
}
171171
// /methods
172+
173+
defineExpose({
174+
blur,
175+
focus,
176+
})
172177
</script>

0 commit comments

Comments
 (0)