0👍
I think the solution is to wrap it in another component like AppNavbar
which imports the BNavbarPlugin
the basic way import { BNavbarPlugin } from 'bootstrap-vue'
Then import your wrapper component dynamically
AppNavbar: () => import('@/components/AppNavbar')
Source:stackexchange.com