From c1d3cc88bcd6a18b3e6445ab4b6e586443b78447 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 5 Jan 2020 16:22:18 -0500 Subject: [PATCH] [+] Add static page field --- src/components/app/app.ts | 3 +++ 1 file changed, 3 insertions(+) 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. */