vuetify-multiple-draggable-dialogs
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "vuetify-multiple-draggable-dialogs", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Extension that gives ability to have multiple active draggable dialogs", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
module.exports = { | ||
methods: { | ||
multipleDraggableDialogs() { | ||
activateMultipleDraggableDialogs() { | ||
(function () { // make vuetify dialogs movable | ||
@@ -5,0 +5,0 @@ const d = {}; |
16077