Skip to content

Commit dd6aeff

Browse files
committed
Merge branch 'master' of github.com:facing-dev/vue-facing-decorator
2 parents 51a2eb8 + 6453ae5 commit dd6aeff

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

docs/en/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Works on TypeScript and decorator.
1010
* Safety. Transform es class to vue options api according to specifications.
1111
* Performance. Once transform on project loading, ready for everywhere.
1212
* Support ES class inherit, vue `extends` and vue `mixins`.
13+
* [Official recommended](https://class-component.vuejs.org)
1314

1415
[](./quick-start/code-what-it-is-example.ts ':include :type=code typescript')
1516

@@ -39,4 +40,4 @@ If you would like to help us to improve document translations, follow the steps:
3940

4041
Then you could access the document from the url which shown in your terminal. Change the files in directory `en` and PR.
4142

42-
Thank you very much:)
43+
Thank you very much:)

docs/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Works on TypeScript and decorator.
1010
* Safety. Transform es class to vue options api according to specifications.
1111
* Performance. Once transform on project loading, ready for everywhere.
1212
* Support ES class inherit, vue `extends` and vue `mixins`.
13+
* [Official recommended](https://class-component.vuejs.org)
1314

1415
[](/en/quick-start/code-what-it-is-example.ts ':include :type=code typescript')
1516

@@ -39,4 +40,4 @@ If you would like to help us to improve document translations, follow the steps:
3940

4041
Then you could access the document from the url which shown in your terminal. Change the files in directory `en` and PR.
4142

42-
Thank you very much:)
43+
Thank you very much:)

docs/zh-cn/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* 稳定、安全,根据vue规范将es 类转换成vue option api。
1111
* 高性能,项目加载时转换一次,随处可用。
1212
* 支持 ES 类 继承、vue `extends` 和 vue `mixins`
13+
* [官方推荐](https://class-component.vuejs.org)
1314

1415
[](./quick-start/code-what-it-is-example.ts ':include :type=code typescript')
1516

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Designed for vue 3, do the same work like [vue-class-component](https://github.c
88
* Safety. Transform ES class to vue option api according to specifications.
99
* Performance. Once transform on project loading, ready for everywhere.
1010
* Support ES class inheritance, vue `extends` and vue `mixins`.
11+
* [Official recommended](https://class-component.vuejs.org)
1112

1213

1314
Welcome to suggest and contribute.

0 commit comments

Comments
 (0)