mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-28 03:20:24 +00:00
fix: jQuery undefined
This commit is contained in:
parent
5408057c05
commit
02d1ab25a0
2
src/utils/jquery-vendor.js
vendored
2
src/utils/jquery-vendor.js
vendored
@ -1,2 +1,4 @@
|
||||
import $ from 'jquery/dist/jquery.min.js'
|
||||
window.$ = $
|
||||
window.jQuery = $
|
||||
export default $
|
||||
|
Loading…
Reference in New Issue
Block a user