You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Read me
2
2
3
-
Designed for vue 3.
3
+
Designed for vue 3, do the same work like [vue-class-component](https://github.com/vuejs/vue-class-component) and [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator).
4
+
5
+
* Community desired vue class component with typescript decorators.
6
+
* Safety. Transform es class to vue option api according to specifications.
7
+
* Performance. Once transform on project loading, ready for everywhere.
8
+
* Support both es class inherit and vue component extending.
4
9
5
-
Welcome to suggest and contribute. Message me on github.
6
10
7
-
Do the same work like [vue-class-component](https://github.com/vuejs/vue-class-component)and [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator) in vue 3.
11
+
Welcome to suggest and contribute. Message me on github.
0 commit comments