Skip to content

Commit

Permalink
Fix warning when upgrading to BootstrapVueNext 16.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Feb 29, 2024
1 parent ccabcb2 commit 7589b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const globalOptions = {
const app = createApp(OneBacklog)
app.use(router)
app.use(store)
app.use(BootstrapVueNext)
app.use( BootstrapVueNext({ plugins: { modalController: true } }) )
app.component("font-awesome-icon", FontAwesomeIcon)
QuillEditor.props.globalOptions.default = () => globalOptions
app.component('QuillEditor', QuillEditor)
Expand Down

0 comments on commit 7589b74

Please sign in to comment.