feat: migrate Notify component

This commit is contained in:
chenjiahan
2020-08-16 15:59:27 +08:00
parent 998c7d8da6
commit 0b90092d1c
10 changed files with 167 additions and 175 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
@click="showComponentCall"
/>
<van-notify v-model="show" type="success">
<van-notify v-model:show="show" type="success">
<van-icon name="bell" style="margin-right: 4px;" />
<span>{{ t('content') }}</span>
</van-notify>