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