This article documents some of the trivia I learned when I first used and developed a Vue + typescript for future reference

  1. Skip ts configuration as vue-cli@3 cheat

  2. A solution for TS under VUE is vue-property-decorator

  3. Class extends Mixin extends Vue(vue-property-decorator)

  4. A solution for props @Components is also used to distinguish variables (method implementations) that have special status in Vue such as props from methods or variables that are freely defined by the developer

  5. To realize the address