Skip to content

zhazhjie/vue-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

vue-dialog

vue弹出窗口组件

Build Setup

# submit监听确定事件,width,height窗口初始大小,showWin显示隐藏窗口

import dialogEl from 'dialog'

<dialog-el :showWin.sync='show' @submit='submit' width='500' height='300'>
  <div slot='title'>标题</div>
  <div slot='content'>按住头部可拖拽、右下角放大缩小、可最大化</div>
</dialog-el>

预览

DEMO

组件移至fly-ui项目,戳这里

About

vue弹出窗口组件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages