fix: remove eslint and prettier warnings

This commit is contained in:
Łukasz Holeczek
2021-10-31 20:50:56 +01:00
parent 1660d556f7
commit d2d9de7520
40 changed files with 388 additions and 480 deletions
+2 -8
View File
@@ -294,10 +294,7 @@
]"
:key="color"
>
<CButton
:color="color"
shape="rounded-pill"
>
<CButton :color="color" shape="rounded-pill">
{{ color.charAt(0).toUpperCase() + color.slice(1) }}
</CButton>
</template>
@@ -325,10 +322,7 @@
]"
:key="color"
>
<CButton
:color="color"
shape="rounded-0"
>
<CButton :color="color" shape="rounded-0">
{{ color.charAt(0).toUpperCase() + color.slice(1) }}
</CButton>
</template>