clean unnecessary docs

This commit is contained in:
陈嘉涵
2017-08-09 19:12:56 +08:00
parent 1cab7c449c
commit 6fda3568da
65 changed files with 34 additions and 1892 deletions

View File

@@ -8,11 +8,8 @@
<script>
import { Dialog } from 'src/index';
import MobileComputed from 'components/mobile-computed';
export default {
mixins: [MobileComputed],
methods: {
handleAlertClick() {
Dialog.alert({
@@ -118,11 +115,6 @@ export default {
```
:::
点击以下按钮查看手机端效果:
<van-button @click="mobileShow = true">点击查看手机端效果</van-button>
<mobile-popup v-model="mobileShow" :url="mobileUrl"></mobile-popup>
### 方法
#### Dialog.alert(options)