mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-13 21:50:26 +00:00
9 lines
187 B
TypeScript
9 lines
187 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module '*.vue' {
|
|
import type { DefineComponent } from 'vue'
|
|
|
|
const Component: DefineComponent<{}, {}, any>
|
|
export default Component
|
|
}
|