dialog-vue
v0.1.0
Published
* Toast ```js import {toast} from 'dialog-vue'
Readme
- Toast
import {toast} from 'dialog-vue' <toast :show="showDialog" :show-time="showTimeToast" @autoClose="showDialog = false" :content="contentDialog" />- show, bool, show or not
- show-time, use with autoClose, optional, how long time to show
- autoClose, use with show-time, optional, code like me
- content, show what
