summaryrefslogtreecommitdiff
path: root/doc/development/new_fe_guide/principles.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/new_fe_guide/principles.md')
-rw-r--r--doc/development/new_fe_guide/principles.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/principles.md b/doc/development/new_fe_guide/principles.md
index e671381f0fd..81fecf53116 100644
--- a/doc/development/new_fe_guide/principles.md
+++ b/doc/development/new_fe_guide/principles.md
@@ -26,7 +26,9 @@ Whenever you see with existing code that does not follow our current style guide
## 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][select2].
+- Mixing Vue and jQuery is not recommended.
+- If you need to use a specific jQuery plugin in Vue, [create a wrapper around it][select2].
+- It is acceptable for Vue to listen to jQuery events using jQuery event listeners.
[jquery-future]: https://gitlab.com/gitlab-org/gitlab-ce/issues/43559
[select2]: https://vuejs.org/v2/examples/select2.html