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
@@ -57,7 +57,7 @@ export default {
```html
<van-button type="primary" text="Component Call" @click="showNotify" />
<van-notify v-model="show" type="success">
<van-notify v-model:show="show" type="success">
<van-icon name="bell" style="margin-right: 4px;" />
<span>Content</span>
</van-notify>