add example
This commit is contained in:
parent
16ab12fd82
commit
8819b86780
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<Button type="primary" @click="modal2 = true">Display dialog box</Button>
|
<Button type="primary" @click="modal2 = true">Display dialog box</Button>
|
||||||
<Modal v-model="modal2" draggable title="Common Modal dialog box title"
|
<Modal v-model="modal2" draggable title="Common Modal dialog box title"
|
||||||
@on-ok="ok"
|
@on-ok="ok"
|
||||||
@on-cancel="cancel">
|
@on-cancel="cancel" :styles="{top: '300px', left: '100px'}">
|
||||||
<p>2123</p>
|
<p>2123</p>
|
||||||
</Modal>
|
</Modal>
|
||||||
<Modal
|
<Modal
|
||||||
|
|
Loading…
Add table
Reference in a new issue