Skip to content

Commit

Permalink
fix: jQuery undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
huailei000 committed Oct 13, 2022
1 parent 5408057 commit 02d1ab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/jquery-vendor.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
import $ from 'jquery/dist/jquery.min.js'
window.$ = $
window.jQuery = $
export default $

0 comments on commit 02d1ab2

Please sign in to comment.