Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-30 16:17:46 +0300
committerFatih Acet <acetfatih@gmail.com>2018-06-30 16:17:46 +0300
commitfb44cb3d904f487029c5d4ff955ed1a912908cc5 (patch)
tree641b9407f3cebef6edfabb6aa473c30351cf1842 /app/assets/javascripts/notes/components/notes_app.vue
parent3a3233a5b9e4be15bedd9004c8520475fd38f5c5 (diff)
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.vue2
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