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
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,30 @@
5
5
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).
6
6
7
7
* Community desired vue class component with typescript decorators.
8
-
* Safety. Transform es class to vue option api according to specifications.
8
+
* Safety. Transform ES class to vue option api according to specifications.
9
9
* Performance. Once transform on project loading, ready for everywhere.
10
10
* Support ES class inheritance, vue `extends` and vue `mixins`.
0 commit comments