fix: jQuery undefined

This commit is contained in:
“huailei000”
2022-10-13 17:38:32 +08:00
committed by huailei
parent 5408057c05
commit 02d1ab25a0

View File

@@ -1,2 +1,4 @@
import $ from 'jquery/dist/jquery.min.js'
window.$ = $
window.jQuery = $
export default $