Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bundle.js « integration « tests « js « bootstrap « scss « assets « static - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df5b34610df31adc65c74e58fb7599c7f8c31e07 (plain)
1
2
3
4
5
6
7
8
import 'popper.js'
import $ from 'jquery'
import bootstrap from '../../../dist/js/bootstrap'

$(() => {
  $('#resultUID').text(bootstrap.Util.getUID('bs'))
  $('[data-toggle="tooltip"]').tooltip()
})