上传代码
This commit is contained in:
10
CampusExpressDelivery/src/vite-env.d.ts
vendored
Normal file
10
CampusExpressDelivery/src/vite-env.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
declare module '*.vue' {
|
||||
import type {DefineComponent} from 'vue'
|
||||
const vueComponent: DefineComponent<{}, {}, any>
|
||||
export default vueComponent
|
||||
}
|
||||
declare module '*.mjs'
|
||||
declare module 'dayjs'
|
||||
|
||||
|
Reference in New Issue
Block a user