From a0dab3dac155f85e5575b7229a749359d8dd525a Mon Sep 17 00:00:00 2001 From: kaorun343 Date: Thu, 8 Dec 2016 03:24:39 +0900 Subject: [PATCH 1/2] update ts-decorator Because * we have official decorators * `vue-typescript` is not for the current version of Vue.js --- src/v2/guide/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/comparison.md b/src/v2/guide/comparison.md index 4eaa572942..0bae186ff8 100644 --- a/src/v2/guide/comparison.md +++ b/src/v2/guide/comparison.md @@ -267,7 +267,7 @@ We have a separate section for Angular 2 because it really is a completely new f 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#. -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. +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 decorators](https://github.com/vuejs/vue-class-component), though it's definitely optional in our case. ### Size and Performance From ba0da057be29b99b63c5bba1f78307a9ae5119ab Mon Sep 17 00:00:00 2001 From: kaorun343 Date: Thu, 8 Dec 2016 03:27:53 +0900 Subject: [PATCH 2/2] from plural to singular --- src/v2/guide/comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/comparison.md b/src/v2/guide/comparison.md index 0bae186ff8..8c33ef0f67 100644 --- a/src/v2/guide/comparison.md +++ b/src/v2/guide/comparison.md @@ -267,7 +267,7 @@ We have a separate section for Angular 2 because it really is a completely new f 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#. -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 decorators](https://github.com/vuejs/vue-class-component), though it's definitely optional in our case. +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. ### Size and Performance