Skip to content

Commit 86c010b

Browse files
author
issayah
committed
Fix an import for BFormFloatingLabel
1 parent a0369ad commit 86c010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapVue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export {default as BDropdownText} from './components/BDropdown/BDropdownText.vue
4444
export {default as BForm} from './components/BForm/BForm.vue'
4545
export {default as BFormCheckbox} from './components/BFormCheckbox/BFormCheckbox.vue'
4646
export {default as BFormCheckboxGroup} from './components/BFormCheckbox/BFormCheckboxGroup.vue'
47-
export {default as BFormFloatingLabel} from './components/BFormFloatingLabel.vue'
47+
export {default as BFormFloatingLabel} from './components/BForm/BFormFloatingLabel.vue'
4848
export {default as BFormGroup} from './components/BFormGroup/BFormGroup.vue'
4949
export {default as BFormInput} from './components/BFormInput/BFormInput.vue'
5050
export {default as BFormInvalidFeedback} from './components/BForm/BFormInvalidFeedback.vue'

0 commit comments

Comments
 (0)