feat: migrate Dialog component

This commit is contained in:
chenjiahan
2020-07-26 16:35:08 +08:00
parent 47ad40794e
commit f3ff931ebf
9 changed files with 86 additions and 299 deletions

View File

@@ -26,7 +26,7 @@
{{ t('componentCall') }}
</van-button>
<van-dialog
v-model="show"
v-model:show="show"
:title="t('title')"
show-cancel-button
:lazy-render="false"