UNPKG
publishing-template
Version:
latest (0.0.1)
0.0.1
publishing template
github.com/domfam012/MyUI
domfam012/MyUI
publishing-template
/
src
/
js
/
tests
/
integration
/
bundle.js
9 lines
(7 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
'popper.js'
import
$
from
'jquery'
import
bootstrap
from
'../../../dist/js/bootstrap'
$(() => { $(
'#resultUID'
).
text
(bootstrap.
Util
.
getUID
(
'bs'
)) $(
'[data-toggle="tooltip"]'
).
tooltip
() })