mazipan / vue2-simplert-plugin

⚠️ Vue 2 Simple Alert Plugin (SweetAlert Inspired)
https://mazipan.github.io/vue2-simplert-plugin/
MIT License
30 stars 8 forks source link

Pass new values to default config #16

Closed jezperp closed 6 years ago

jezperp commented 6 years ago

Hi! Thanks for this plugin, works great!

Just a question, is it possible to "override" the default config?

I've added default config and in special occasions, I want to customize these.

Thanks.

jezperp commented 6 years ago

Never mind, figured it out:

this.$Simplert.options.title = 'My new test title'