slide-dialog
v1.0.2
Published
右侧滑动出来的弹窗 Sliding window on the right side
Downloads
2
Readme
#下载 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>