Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Vue Bootstrap Popover import. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robjbrain
Copy link

@robjbrain robjbrain commented Nov 12, 2019

At some point Vue Bootstrap as changed and the import should be import { BPopover } from 'bootstrap-vue' rather than import { BPopover } from 'bootstrap-vue/es/components/popover/popover' this pull request fixes that.

Fixes: #14

At some point Vue Bootstrap as changed and the import should be `import { BPopover } from 'bootstrap-vue'` rather than `import { BPopover } from 'bootstrap-vue/es/components/popover/popover'` this pull request fixes that.
@TanvirAlam
Copy link

When do you think this will be merged?

@frobert
Copy link

frobert commented Jun 17, 2020

Hi any updates on this issue?

@adriangonzales
Copy link

If you want to use this PR before it gets merged, you can specify it in your install like this:

npm install SirLamer/click-confirm#pull/16/head --save

Or like this in your package.json

"click-confirm": "github:SirLamer/click-confirm#pull/16/head"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Importing trows errors
4 participants