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

View File

@@ -55,8 +55,9 @@ Vue.component(Steps.name, Steps);
</van-steps>
<van-button @click="nextStep">下一步</van-button>
```
<script>
```javascript
export default {
data() {
return {
@@ -70,7 +71,6 @@ export default {
}
}
}
</script>
```
:::