Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
都是个人理解,欢迎讨论。。
第一处:
感觉declarative应翻译成声明式的。
感觉第二句的意思应该是这么在模板里写逻辑很不容易理解,需要看一会才能明白在做什么。
第二处:
感觉pure这里是想说getter是个纯函数
第三处:
感觉可以忽略,不小心提上去了。。
第四处:
更通用more generic、过度使用overuse没有翻译出来
另外在cn.vuejs.org上,最后一段:
感觉有误。这里的中间状态我理解为输入过程中的各种提示,是要不断设置的,直到返回最终结果
代码里的翻译“并在我们得到最终结果前,设置中间状态”,应该是准确的。为啥和cn.vuejs.org不同步呢