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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerasmus <jerasmus@gitlab.com>2020-01-31 09:38:06 +0300
committerjerasmus <jerasmus@gitlab.com>2020-01-31 10:36:40 +0300
commit304709138d7c733262ebfd2fbd688754683712da (patch)
tree1af0c7e016a6b55f18ba56efc972592336c38f24 /content/frontend/components/banner/banner.vue
parent43d9da52c205f1641434e4ef61de87eb558b0086 (diff)
Add and configure prettier
Added and configured prettier in the codebase
Diffstat (limited to 'content/frontend/components/banner/banner.vue')
-rw-r--r--content/frontend/components/banner/banner.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/frontend/components/banner/banner.vue b/content/frontend/components/banner/banner.vue
index 530bc9f0..3748bf8e 100644
--- a/content/frontend/components/banner/banner.vue
+++ b/content/frontend/components/banner/banner.vue
@@ -14,8 +14,8 @@ export default {
},
data() {
return {
- isVisible: this.show
- }
+ isVisible: this.show,
+ };
},
mounted() {
this.toggleBanner(this.isVisible);