Files
2026-07-13 12:28:11 +08:00

11 lines
167 B
TypeScript

declare module 'vue' {
interface ComponentCustomProperties {
$app: {
context: string
}
}
}
// https://stackoverflow.com/a/64189046/479957
export {}