Dialog
Props
Events
Slots
Demo
<template>
<div>
<dialog :show.sync="show" class="dialog-demo">
<p class="dialog-title">I'm a Dialog.</p>
</dialog>
</div>
</template>Last updated
<template>
<div>
<dialog :show.sync="show" class="dialog-demo">
<p class="dialog-title">I'm a Dialog.</p>
</dialog>
</div>
</template>Last updated