dialog-vue

0.1.0 • Public • Published
  • 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

Readme

Keywords

none

Package Sidebar

Install

npm i dialog-vue

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • zweizhao