With Vue, the recommendation is to instead use template tags to build your template’s markup in the vast majority of cases. We can use vue-template-loader if we want to use Vue with the Angular-way of building templates. Since vue-template-loader supports vue-class-component we can use decorators on classes for class-styled components.
