1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[Doc] Toast register

This commit is contained in:
陈嘉涵 2018-09-03 19:24:05 +08:00
parent 9712fd6f58
commit e61123a3d6
2 changed files with 4 additions and 0 deletions
packages/toast

@ -4,6 +4,8 @@
```javascript
import { Toast } from 'vant';
Vue.use(Toast);
```
### Usage

@ -4,6 +4,8 @@
```javascript
import { Toast } from 'vant';
Vue.use(Toast);
```
### 代码演示