Skip to content

Commit 3c57fd7

Browse files
authored
Merge pull request #155 from galenyuan/master
Add missing translation
2 parents 8aac340 + 38495b6 commit 3c57fd7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,13 @@
104104
https://github.com/vuefe/vuefe.github.io/issues/192
105105

106106
### 感谢所有参与翻译的朋友们!
107+
108+
## Developing
109+
110+
Start a dev server at `localhost:4000`:
111+
112+
```
113+
$ npm install -g hexo-cli
114+
$ npm install
115+
$ hexo server
116+
```

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ new Vue({ el: '#currency-input-example' })
629629
</script>
630630
{% endraw %}
631631

632-
The implementation above is pretty naive though. For example, users are allowed to enter multiple periods and even letters sometimes - yuck! So for those that want to see a non-trivial example, here's a more robust currency filter:
632+
上面的实现方式太过理想化了。 比如,用户甚至可以输入多个小数点或句号 - 呸!因此我们需要一个更有意义的例子,下面是一个更加完善的货币过滤器:
633633

634634
<iframe width="100%" height="300" src="https://jsfiddle.net/chrisvfritz/1oqjojjx/embedded/result,html,js" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
635635

0 commit comments

Comments
 (0)