Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • types
  • window.d.ts
  • chore: add some notes
    46e08753
    vben authored
    2020-11-18 22:41:59 +0800  
    Browse Dir ยป
window.d.ts 143 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
import type { App } from 'vue';

declare global {
  declare interface Window {
    // Global vue app instance
    __APP__: App<Element>;
  }
}