Create your own Decorators in Vue with TypeScript

Share this video with your friends

Send Tweet

We’ve used @Watch, @Inject and more decorators from vue-property-decorator. In this lesson however we will guide you through creating your own decorators in order to add common functionality to your Vue components using TypeScript.