Replies: 1 comment
-
Figured it out. Need to remove: Components({
// other params
include: [/\.vue$/, /\.vue\?/]
}), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to migrate my Vue 2 application to V3. I've followed the instructions to install and auto-import components:
https://bootstrap-vue-next.github.io/bootstrap-vue-next/docs.html
main.js has:
vite.config.ts has:
But getting the following log on all bootstrap-vue-next components being used, e.g.,:
Any ideas? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions