Setting a prop to typeof enum in vue SFC
Posted on Tuesday, July 10, 2018
One of the ways to get typescript support inside single file components is to use vue-class-component together with vue-property-decorator.
Tomato Soup and Garnish
Posted on Tuesday, January 2, 2018
Serve hot with rice, croutons, cheese of any kind, and/or a garnish.
Using null as a default value in vue.js data
Posted on Thursday, November 23, 2017
While upgrading a project at work to use the newest typescript typings for vue, I ran across an interesting problem.