diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 92ca693..3cf2e46 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -45,6 +45,9 @@ export default class App extends Vue // Instance static instance: App; + // Static page + staticPage: string = ''; + /** * This is called when the instance is created. */