GregPeden / click-confirm

Convenient and elegant inline user confirmation of UI events.
https://sirlamer.github.io/click-confirm/
MIT License
27 stars 13 forks source link

Fix Vue Bootstrap Popover import. #16

Open robjbrain opened 5 years ago

robjbrain commented 5 years ago

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: https://github.com/SirLamer/click-confirm/issues/14

TanvirAlam commented 4 years ago

When do you think this will be merged?

frobert commented 4 years ago

Hi any updates on this issue?

adriangonzales commented 4 years ago

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"