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

Vue content for the html alert #7

Closed dmotors closed 7 years ago

dmotors commented 7 years ago

Right now the HTML alert example works but it uses v-html to display the message.

Is it possible to get the modal body to display Vue content somehow?

dmotors commented 7 years ago

I did some more research and probably just limitation of this alert package or not meant to do heavy Vue content related modals so just installed another modal package for that purpose and using this package for simple alerts since it looks good.