Commit b1619b83 authored by czmj's avatar czmj Committed by Evan Read

Docs: minor fix to link format

parent 59e50f00
...@@ -123,7 +123,7 @@ Check this [page](vuex.md) for more details. ...@@ -123,7 +123,7 @@ Check this [page](vuex.md) for more details.
### Mixing Vue and jQuery ### Mixing Vue and jQuery
- Mixing Vue and jQuery is not recommended. - Mixing Vue and jQuery is not recommended.
- If you need to use a specific jQuery plugin in Vue, [create a wrapper around it][https://vuejs.org/v2/examples/select2.html]. - If you need to use a specific jQuery plugin in Vue, [create a wrapper around it](https://vuejs.org/v2/examples/select2.html).
- It is acceptable for Vue to listen to existing jQuery events using jQuery event listeners. - It is acceptable for Vue to listen to existing jQuery events using jQuery event listeners.
- It is not recommended to add new jQuery events for Vue to interact with jQuery. - It is not recommended to add new jQuery events for Vue to interact with jQuery.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment