Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 485 Bytes

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