Suggest to add message title to Notifyjs
buildJava opened this issue · 5 comments
buildJava commented
I think add a message title is a better way to show notify message, how do you think
cristijora commented
So your are suggesting
this.$notify({
title: 'Welcome'
})
Instead of
this.$notify({
message: 'Welcome'
})
If this is your question, then most likely I won't change it since this is just a preference and does not add too much to the plugin
I would be more open to rather support something like this
this.$notify('Welcome')
In case you don't want to specify other options like position, color etc.
buildJava commented
cristijora commented
Oh, I get your point. Yes, that could be an option to add
buildJava commented
thank you very much, this is a awesome component
cristijora commented
0.2.0 contains title option