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
+3 -5
View File
@@ -33,11 +33,10 @@ Vue.component(InvalidGoods.name, InvalidGoods);
:::demo 基础用法
```html
<template>
<van-invalid-goods :goods="goods" />
<tempalte/>
<van-invalid-goods :goods="goods" />
```
<script>
```javascript
const item = {
num: 2,
sku_id: 123,
@@ -58,7 +57,6 @@ export default {
}
}
}
</script>
```
:::