/ modules.d.ts
modules.d.ts
 1  declare module 'vue' {
 2    interface ComponentCustomProperties {
 3      $app: {
 4        context: string
 5      }
 6    }
 7  }
 8  
 9  // https://stackoverflow.com/a/64189046/479957
10  export {}