Socket
Socket
Sign inDemoInstall

vue-element-dialog-draggable

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-element-dialog-draggable

Support ElementUI dialog drag


Version published
Weekly downloads
186
decreased by-31.11%
Maintainers
1
Install size
15.2 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 25 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc