Skip to content

Commit ab3e003

Browse files
kernoebantfu
andauthored
fix(bootstrap-vue): dropdown alias (unplugin#492)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
1 parent 3770e3e commit ab3e003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/bootstrap-vue.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const COMPONENT_ALIASES: Record<string, string> = {
3030
BDdText: 'BDropdownText',
3131
BDropdownItemBtn: 'BDropdownItemButton',
3232
BFile: 'BFormFile',
33-
BFormDatepicker: 'BDatepicker',
33+
BDatepicker: 'BFormDatepicker',
3434
BInput: 'BFormInput',
3535
BNavDd: 'BNavItemDropdown',
3636
BNavDropdown: 'BNavItemDropdown',

0 commit comments

Comments
 (0)