Skip to content

bigtrouble/vue-element-dialog-drag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-element-dialog-drag

support ElementUI dialog drag

Usage

npm install vue-element-dialog-draggable --save

import DlgDraggable from "vue-element-dialog-draggable"
Vue.use(DlgDraggable, {
  containment: true //Constrains dragging to within the bounds of the window.  Default: false.
});

<el-dialog :title="mydialog" v-draggable>
  //....
</el-dialog>

Example

Youtube

About

Support ElementUI dialog drag

Resources

License

Stars

Watchers

Forks

Packages

No packages published