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
+4 -1
View File
@@ -12,7 +12,10 @@
export default {
name: 'ColorTheme',
props: {
color: String,
color: {
type: String,
default: undefined,
},
},
}
</script>