diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-06-30 13:17:46 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2018-06-30 13:17:46 +0000 |
commit | fb44cb3d904f487029c5d4ff955ed1a912908cc5 (patch) | |
tree | 641b9407f3cebef6edfabb6aa473c30351cf1842 /app/assets/javascripts/notes/components/notes_app.vue | |
parent | 3a3233a5b9e4be15bedd9004c8520475fd38f5c5 (diff) | |
download | gitlab-ce-fb44cb3d904f487029c5d4ff955ed1a912908cc5.tar.gz |
Performance Improvements to Vue MR page
Diffstat (limited to 'app/assets/javascripts/notes/components/notes_app.vue')
-rw-r--r-- | app/assets/javascripts/notes/components/notes_app.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/notes_app.vue b/app/assets/javascripts/notes/components/notes_app.vue index 7853847fc37..a8995021699 100644 --- a/app/assets/javascripts/notes/components/notes_app.vue +++ b/app/assets/javascripts/notes/components/notes_app.vue @@ -175,7 +175,7 @@ export default { <template> <div - v-if="shouldShow" + v-show="shouldShow" id="notes" > <ul |