Use default empty string

This commit is contained in:
Cadence Ember 2020-06-19 20:55:23 +12:00
parent 1f5517e751
commit 49a2a19e83
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default Vue.extend({
props: { props: {
label: { label: {
type: String, type: String,
required: false default: ""
}, },
textColor: { textColor: {
type: String, type: String,