|
@ -12,3 +12,4 @@ declare module "*.vue" { |
|
|
/* declare const which helps leveraging visibility of defined constants, loaded from `main.ts` file */ |
|
|
/* declare const which helps leveraging visibility of defined constants, loaded from `main.ts` file */ |
|
|
declare const APP_VERSION: string |
|
|
declare const APP_VERSION: string |
|
|
declare const APP_TITLE: string |
|
|
declare const APP_TITLE: string |
|
|
|
|
|
declare const APP_ORIGIN: string |