docs(modal): fix preset dialog demo

This commit is contained in:
07akioni 2021-04-21 16:36:08 +08:00
parent 41bf170992
commit 97f2d439b5

View File

@ -8,9 +8,7 @@ Slots are also related to preset.
<template #header>
<div>title</div>
</template>
<template #content>
<div>content</div>
</template>
<div>content</div>
<template #action>
<div>action</div>
</template>