e.g. computed: { ``` example: { cache: false, //no cache get: function () { return Date.now() + this.msg } } } ``` in vue-typescript, how to get this feature by using decorator?