0.1.0 • Published 7 years ago

dialog-vue v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago
  • Toast

    import {toast} from 'dialog-vue'
    
    <toast
      :show="showDialog"
      :show-time="showTimeToast"
      @autoClose="showDialog = false"
      :content="contentDialog" />
    1. show, bool, show or not
    2. show-time, use with autoClose, optional, how long time to show
    3. autoClose, use with show-time, optional, code like me
    4. content, show what