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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-19 06:08:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-19 06:08:49 +0300
commit7747c98443fd19821e89b3107fd784b417fe6216 (patch)
tree85f54e18bcef3da89c17f201d06ac5eca8f39a38 /app/assets/javascripts/vue_shared/components/slot_switch.vue
parent91d37b971433b16c25ec501429ac643f9c49839e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/slot_switch.vue')
-rw-r--r--app/assets/javascripts/vue_shared/components/slot_switch.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/vue_shared/components/slot_switch.vue b/app/assets/javascripts/vue_shared/components/slot_switch.vue
index 67726f01744..641b09e0982 100644
--- a/app/assets/javascripts/vue_shared/components/slot_switch.vue
+++ b/app/assets/javascripts/vue_shared/components/slot_switch.vue
@@ -20,6 +20,7 @@ export default {
computed: {
allSlotNames() {
+ // eslint-disable-next-line @gitlab/vue-prefer-dollar-scopedslots
return Object.keys(this.$slots);
},
},