mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-13 00:29:43 +00:00
8 lines
200 B
JavaScript
Executable file
8 lines
200 B
JavaScript
Executable file
import 'popper.js'
|
|
import $ from 'jquery'
|
|
import bootstrap from '../../../dist/js/bootstrap'
|
|
|
|
$(() => {
|
|
$('#resultUID').text(bootstrap.Util.getUID('bs'))
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
})
|