1.0.5 • Published 3 years ago
mt-vue2-modal v1.0.5
MT Vue2 Modal
A promise based, highly customize modal component
Why use
Suppose your application has many different modal components, if you use dynamic-component, you will find that your business logic is around all of components, that will hard to read and hard maintainable, so use promise based modal component can improve code readability and management.
Documentation
Online Demo
We use codesandbox.io
to show you how to use mt-vue2-modal
showDefaultModal
: Use default modal to show simple textshow
: Use custom component to show highly customize content and logic