Skip to content

Commit d1ba63b

Browse files
committed
readme
1 parent 0e50e2b commit d1ba63b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Read me
22

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.
49

5-
Welcome to suggest and contribute. Message me on github.
610

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.
812

913
# Install
1014

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ export class Base {
6969
renderTracked?(e: any): void;
7070
renderTriggered?(e: any): void;
7171
errorCaptured?(err: any, instance: ComponentPublicInstance | null, info: string): boolean | void;
72-
}
72+
}
73+
74+
export const Vue = Base

0 commit comments

Comments
 (0)