Skip to content

Commit

Permalink
chore: update materials docs (alibaba#466)
Browse files Browse the repository at this point in the history
* chore: update materials docs

* chore: fix typo
  • Loading branch information
chenbin92 authored and noyobo committed May 15, 2018
1 parent b9af2dd commit 51daea2
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/materials/custom-vue-materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default {
created() {},
methods() {}
methods: {}
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/materials/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm i ice-devtools -g
// clone 官方仓库
$ git clone [email protected]:alibaba/ice.git
$ npm install
$ npm run bootstrap
$ npm run start
```

Expand Down Expand Up @@ -76,7 +76,7 @@ export default {
created() {},
methods() {}
methods: {}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion templates/ice-materials-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice-materials-template",
"version": "1.0.0-beta.13",
"version": "1.0.0-beta.14",
"description": "ice materials template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
created() {},
methods() {}
methods: {}
}
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
created() {},
methods() {},
methods: {},
};
</script>

Expand Down
2 changes: 1 addition & 1 deletion templates/ice-vue-block-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice-vue-block-template",
"version": "1.0.2",
"version": "1.0.3",
"description": "ice vue block template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
created() {},
methods() {}
methods: {}
}
</script>
Expand Down
2 changes: 1 addition & 1 deletion templates/ice-vue-layout-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ice-vue-layout-template",
"version": "1.0.2",
"version": "1.0.3",
"description": "ice vue layout template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
created() {},
methods() {},
methods: {},
};
</script>

Expand Down

0 comments on commit 51daea2

Please sign in to comment.