yariksav / vuetify-confirm

Extends vuetify.js confirm dialog
MIT License
142 stars 42 forks source link

Typo on message.required #11

Closed crediblebytes closed 5 years ago

crediblebytes commented 5 years ago

Message is not required due to misspelling of 'required' in code: message: { type: String, reqiured: true },

yariksav commented 5 years ago

Hi, @goodies4uall! Thank you! I will fix this

sundus-y commented 5 years ago

This pull request should fix the issue. #12

yariksav commented 5 years ago

Thank you, @sundus-y for PR