1.0.2 • Published 6 years ago

slide-dialog v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

#下载 dowload

npm install slide-dialog

#用法 usage

引入slide-dialog

//  src/main.js
import slideDialog from 'slide-dialog'

Vue.use(slideDialog)

使用

<slide-dialog :visible.sync="show" title="这里是标题 Here is the title.">
    <h1>这里是内容 Here is the content.</h1>
    <div slot="footer">这里是尾部 Here is the footer.</div>
</slide-dialog>