fix: remove eslint and prettier warnings
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
export default {
|
||||
name: 'ColorTheme',
|
||||
props: {
|
||||
color: String,
|
||||
color: {
|
||||
type: String,
|
||||
default: undefined,
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user