File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 8.0.0-beta.1] ( https://github.com/vuejs/vue-class-component/compare/v8.0.0-alpha.6...v8.0.0-beta.1 ) (2020-09-12)
2
+
3
+
4
+ ### Features
5
+
6
+ Added ` props ` and ` emits ` mixin helpers to define corresponding component options with type safety.
7
+ You can see the detailed proposal at [ #447 ] ( https://github.com/vuejs/vue-class-component/issues/447 )
8
+
9
+
1
10
# [ 8.0.0-alpha.6] ( https://github.com/vuejs/vue-class-component/compare/v8.0.0-alpha.5...v8.0.0-alpha.6 ) (2020-05-20)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-class-component" ,
3
- "version" : " 8.0.0-alpha.6 " ,
3
+ "version" : " 8.0.0-beta.1 " ,
4
4
"description" : " ES201X/TypeScript class decorator for Vue components" ,
5
5
"main" : " dist/vue-class-component.cjs.js" ,
6
6
"module" : " dist/vue-class-component.esm-bundler.js" ,
You can’t perform that action at this time.
0 commit comments