|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
6056 |
efrain |
1 |
import $ from 'jquery';
|
|
|
2 |
import 'bootstrap';
|
|
|
3 |
|
|
|
4 |
if (typeof $.fn.popover === 'undefined' || $.fn.popover.Constructor.VERSION.split('.').shift() !== '4') {
|
|
|
5 |
throw new Error('Bootstrap Confirmation 4 requires Bootstrap Popover 4');
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
const Popover = $.fn.popover.Constructor;
|
|
|
9 |
|
|
|
10 |
export default Popover;
|