Doc: improve iframe load speed

This commit is contained in:
陈嘉涵
2017-09-04 13:01:58 +08:00
parent 8a951895f8
commit 225df48ba5
9 changed files with 83 additions and 43 deletions
+1 -5
View File
@@ -1,7 +1,7 @@
## ExpressWay 配送方式
<script>
import { Toast, CellGroup } from 'packages';
import { Toast } from 'packages';
export default {
data() {
@@ -26,10 +26,6 @@ export default {
onChange(item, index) {
Toast('配送方式更换为:' + item.postage_title);
}
},
components: {
[CellGroup.name]: CellGroup
}
}
</script>