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
@@ -94,7 +94,7 @@ export default {
```html
<van-button type="primary" text="组件调用" @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>通知内容</span>
</van-notify>