Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b1619b83
Commit
b1619b83
authored
Jul 01, 2019
by
czmj
Committed by
Evan Read
Jul 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: minor fix to link format
parent
59e50f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/fe_guide/vue.md
doc/development/fe_guide/vue.md
+1
-1
No files found.
doc/development/fe_guide/vue.md
View file @
b1619b83
...
...
@@ -123,7 +123,7 @@ Check this [page](vuex.md) for more details.
### Mixing Vue and jQuery
-
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 not recommended to add new jQuery events for Vue to interact with jQuery.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment