Modal add dragable prop
This commit is contained in:
parent
1c7289e9dd
commit
d4b59a9adb
3 changed files with 94 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
<Modal
|
||||
v-model="modal1"
|
||||
title="Common Modal dialog box title"
|
||||
:mask="false"
|
||||
dragable
|
||||
@on-ok="ok"
|
||||
@on-cancel="cancel">
|
||||
<p>Content of dialog</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue