click-confirm icon indicating copy to clipboard operation
click-confirm copied to clipboard

Fix Vue Bootstrap Popover import.

Open robjbrain opened this issue 5 years ago • 3 comments

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

robjbrain avatar Nov 12 '19 06:11 robjbrain

When do you think this will be merged?

TanvirAlam avatar Mar 08 '20 11:03 TanvirAlam

Hi any updates on this issue?

frobert avatar Jun 17 '20 09:06 frobert

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"

adriangonzales avatar Aug 26 '20 13:08 adriangonzales