summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-10-16 22:44:40 +0000
committerFatih Acet <acetfatih@gmail.com>2018-10-16 22:44:40 +0000
commit10cc335cc446bbd690081bc4d3beac4bb903b428 (patch)
tree44f60393216ad419a21efe081276d57b95b81049 /app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
parent68eafa50e925ac6da60d84a67884c53c13552315 (diff)
parent8b090caf82fedbb5b4ffa8169dfd8774c2416b2c (diff)
downloadgitlab-ce-10cc335cc446bbd690081bc4d3beac4bb903b428.tar.gz
Merge branch 'prettify-all-the-things-1' into 'master'
Prettify all the things (part 1) See merge request gitlab-org/gitlab-ce!22248
Diffstat (limited to 'app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue b/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
index b626b187651..f6a7d9962eb 100644
--- a/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
+++ b/app/assets/javascripts/cycle_analytics/components/limit_warning_component.vue
@@ -1,17 +1,17 @@
<script>
- import tooltip from '../../vue_shared/directives/tooltip';
+import tooltip from '../../vue_shared/directives/tooltip';
- export default {
- directives: {
- tooltip,
+export default {
+ directives: {
+ tooltip,
+ },
+ props: {
+ count: {
+ type: Number,
+ required: true,
},
- props: {
- count: {
- type: Number,
- required: true,
- },
- },
- };
+ },
+};
</script>
<template>
<span