slide-dialog

右侧滑动出来的弹窗 Sliding window on the right side

Usage no npm install needed!

<script type="module">
  import slideDialog from 'https://cdn.skypack.dev/slide-dialog';
</script>

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>