Back to migration overview
BCardImgLazy Migration
Migration notes for BCardImgLazy from BootstrapVue to BootstrapVueNext.
BCardImgLazy Migration
Summary
Migration notes for BCardImgLazy from BootstrapVue to BootstrapVueNext.
Affected APIs
- BCardImgLazy
- BImg
Breaking Change
This functionality has been replaced by lazy loading on <BImg>. In most cases this is a direct component swap plus the lazy/native loading configuration described in BImg notes.
Migration Notes
- Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
- Review related migrations for shared prop, event, and slot changes.
Safe Automatic Rewrite
Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.