kagari

Results 2 issues of kagari

code example: ``` {{ test }}-{{ local }} import { Component, Prop, Vue } from 'vue-property-decorator'; @Component export default class HelloWorld extends Vue { @Prop({default: ()=>({aaa: 456})}) msg; local =...

[reproduction link](https://github.com/kagaricyan/class-component) just npm install and run, it works. then update typescript to 4.5, not work