Doc: remove unused script in site

This commit is contained in:
陈嘉涵
2017-09-04 11:01:17 +08:00
parent 2b6db8dc14
commit 8a951895f8
28 changed files with 161 additions and 385 deletions
+4 -4
View File
@@ -134,8 +134,9 @@ Vue.component(Tabs.name, Tabs);
<van-tab title="选项三">内容三</van-tab>
<van-tab title="选项四">内容四</van-tab>
</van-tabs>
```
<script>
```javascript
export default {
methods: {
popalert() {
@@ -143,7 +144,6 @@ export default {
}
}
};
</script>
```
:::
@@ -216,8 +216,9 @@ export default {
<van-tab title="选项三">内容三</van-tab>
<van-tab title="选项四">内容四</van-tab>
</van-tabs>
```
<script>
```javascript
export default {
methods: {
handleTabClick(index) {
@@ -225,7 +226,6 @@ export default {
}
}
};
</script>
```
:::