wanshenmean
昨天 b0442e9b2f9e19bd6b1be1a9eb876d6f4b90a729
1
2
3
4
5
6
7
/// <reference types="vite/client" />
 
declare module '*.vue' {
  import type { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}