Doc: fix some incorrect titles

This commit is contained in:
陈嘉涵
2017-09-05 10:00:09 +08:00
parent d452fa4cef
commit 5e84e2e9cb
4 changed files with 3 additions and 27 deletions
-25
View File
@@ -153,31 +153,6 @@ export default {
```
:::
#### 传入html
:::demo 手动关闭
```html
<van-button @click="showHtmlToast">打开</van-button>
```
```javascript
import { Toast } from 'packages';
export default {
methods: {
showHtmlToast() {
Toast({
type: 'html',
message: '<em>HTML<em>'
})
}
}
};
```
:::
### 基础用法
#### Toast(options)