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

Is it matter to keep using Vue.prototype ? #1

Closed mazipan closed 7 years ago

mazipan commented 7 years ago

Base on article here : https://vuejs.org/v2/cookbook/adding-instance-properties.html It seems using Vue.prototype was not good way. Do we need another solution for triggering open/close simplert alert ? Because in the beginning I copy in how vue-progress using this method.