mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-26 11:46:37 +08:00
框架重构
清除多余的业务
This commit is contained in:
8
WebFirst/wwwroot/vendors/bootstrap/js/tests/integration/bundle.js
vendored
Normal file
8
WebFirst/wwwroot/vendors/bootstrap/js/tests/integration/bundle.js
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'popper.js'
|
||||
import $ from 'jquery'
|
||||
import bootstrap from '../../../dist/js/bootstrap'
|
||||
|
||||
$(() => {
|
||||
$('#resultUID').text(bootstrap.Util.getUID('bs'))
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
Reference in New Issue
Block a user