Button label is not required, slot is available

This commit is contained in:
Cadence Ember 2020-06-18 01:27:47 +12:00
parent 00269fbce1
commit f799887e60
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: true required: false
}, },
textColor: { textColor: {
type: String, type: String,