Back to migration overview

BTabs Migration ​

Migration notes for BTabs from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BTabs Migration ​

Summary ​

Migration notes for BTabs from BootstrapVue to BootstrapVueNext.

Affected APIs ​

  • BTabs

Breaking Change ​

align prop now takes values from AlignmentJustifyContent: start, center, end, between, around, and evenly

The primary v-model now reflects the id of the currently selected tag. Use v-model:index to synchronize to the current tab index. See programmatically activating and deactivating tabs for details.

The changed event on BTabs is deprecated.

activate-tab now emits a single payload object ({newTabId, prevTabId, newTabIndex, prevTabIndex, event}) instead of positional arguments.

Migration Notes ​

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.

Safe Automatic Rewrite ​

Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.

  • None