Skip to content

Commit f9aed79

Browse files
Kaorun343kazupon
Kaorun343
authored andcommitted
update Comparison/TypeScript/decorator (#636)
* update ts-decorator Because * we have official decorators * `vue-typescript` is not for the current version of Vue.js * from plural to singular
1 parent 35b685d commit f9aed79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ We have a separate section for Angular 2 because it really is a completely new f
267267

268268
While Angular 1 could be used for smaller applications, Angular 2 has shifted focus to best facilitate large enterprise applications. As part of this, it almost requires TypeScript, which can be very useful for developers that desire the type safety of languages such as Java and C#.
269269

270-
Vue is also well-suited to [enterprise environments](https://github.com/vuejs/awesome-vue#enterprise-usage) and can even be used with TypeScript via our [official typings](https://github.com/vuejs/vue/tree/dev/types) and [user-contributed decorators](https://github.com/itsFrank/vue-typescript), though it's definitely optional in our case.
270+
Vue is also well-suited to [enterprise environments](https://github.com/vuejs/awesome-vue#enterprise-usage) and can even be used with TypeScript via our [official typings](https://github.com/vuejs/vue/tree/dev/types) and [official decorator](https://github.com/vuejs/vue-class-component), though it's definitely optional in our case.
271271

272272
### Size and Performance
273273

0 commit comments

Comments
 (0)