diff --git a/src/guide/comparison.md b/src/guide/comparison.md index dd4ae1c9dc..9dac4049f6 100644 --- a/src/guide/comparison.md +++ b/src/guide/comparison.md @@ -155,7 +155,7 @@ React is renowned for its steep learning curve. Before you can really get starte While Vue scales up just as well as, if not better than React, it also scales down just as well as jQuery. That's right - all you have to do is drop a single script tag into a page: ``` html - + ``` Then you can start writing Vue code and even ship the minified version to production without feeling guilty or having to worry about performance problems. diff --git a/src/guide/computed.md b/src/guide/computed.md index 8e6631927c..28ae877e13 100644 --- a/src/guide/computed.md +++ b/src/guide/computed.md @@ -171,8 +171,8 @@ For example: - - + + - + + +
{{ animatedNumber }}
@@ -90,8 +90,8 @@ new Vue({ When you update the number, the change is animated below the input. This makes for a nice demo, but what about something that isn't directly stored as a number, like any valid CSS color for example? Here's how we could accomplish this with the addition of Color.js: ``` html - - + +