Skip to content

Commit 6c8a6fc

Browse files
committed
fix comparison guide intro after rebase
1 parent 07054a0 commit 6c8a6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ order: 24
66

77
This is definitely the most difficult page in the guide to write, but we do feel it's important. Odds are, you've had problems you tried to solve and you've used another library to solve them. You're here because you want to know if Vue can solve your specific problems better. That's what we hope to answer for you.
88

9-
We also try very hard to avoid bias. As the core team, we obviously like Vue a lot. There are some problems we think it solves better than anything else out there. If we didn't believe that, we wouldn't be working on it. We do want to be fair and accurate though. Where other libraries offer significant advantages, such as React's vast ecosystem of alternative renderers or Knockout's browser support down to IE6, we try to list these as well.
9+
We also try very hard to avoid bias. As the core team, we obviously like Vue a lot. There are some problems we think it solves better than anything else out there. If we didn't believe that, we wouldn't be working on it. We do want to be fair and accurate though. Where other libraries offer significant advantages, such as React's vast ecosystem of alternative renderers or Knockout's browser support back to IE6, we try to list these as well.
1010

11-
- Vue.js is much simpler than Angular, both in terms of API and design. You can learn nearly everything about it quickly and become productive.
11+
We'd also like **your** help keeping this document up-to-date, because the JavaScript world moves fast! If you notice an innaccuracy or something that doesn't seem quite right, please let us know by [opening an issue](https://github.com/vuejs/vuejs.org/issues/new?title=Inaccuracy+in+comparisons+guide).
1212

1313
## React
1414

0 commit comments

Comments
 (0)