8000 Merge pull request #244 from c-w/master · louwers/vuejs.org@0ad5e16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ad5e16

Browse files
committed
Merge pull request vuejs#244 from c-w/master
Fix a typo in comparison.md
2 parents adbc83e + e068ba4 commit 0ad5e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Riot 2.0 provides a similar component-based development model (which is called a
7272
- A far-more powerful router (Riot’s routing API is just way too minimal)
7373
- More mature tooling support (see webpack + vue-loader)
7474
- Transition effect system (Riot has none)
75-
- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues with Angular.)
75+
- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues as Angular.)

0 commit comments

Comments
 (0)
0