mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-19 13:13:22 +08:00
11 lines
170 B
TypeScript
11 lines
170 B
TypeScript
declare module 'vue' {
|
|
interface ComponentCustomProperties {
|
|
$app: {
|
|
context: string;
|
|
};
|
|
}
|
|
}
|
|
|
|
// https://stackoverflow.com/a/64189046/479957
|
|
export {};
|