You need to sign in or sign up before continuing.
Remove BootstrapVue installer
In src/vendor/bootstrap-vue/src/index.js
the componentsPlugin
and directivesPlugin
can be removed:
// --- BootstrapVue installer ---
const install = /*#__PURE__*/ installFactory({
plugins: {
componentsPlugin,
directivesPlugin
}
})
The only plugin we still need, is the plugin
itself.
Edited by Vanessa Otto