Skip to content

Commit 4fbf913

Browse files
committed
Merge branch 'hotfix/jquery'
2 parents db68d1c + dbaf874 commit 4fbf913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/docs/webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There is an [vue-starter](https://github.com/wenzhixin/multiple-select/tree/deve
8585

8686
```js
8787
import jQuery from 'jquery'
88-
window.jQuery = jQuery
88+
window.$ = window.jQuery = jQuery
8989
```
9090

9191
`plugins/select.js`

vue-starter/src/plugins/jquery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import jQuery from 'jquery'
2-
window.jQuery = jQuery
2+
window.$ = window.jQuery = jQuery

0 commit comments

Comments
 (0)