From 924980e75284690e205b9e6d412e3df59923d6db Mon Sep 17 00:00:00 2001 From: Jason Snelders Date: Tue, 12 Nov 2019 13:37:27 +1100 Subject: [PATCH] WIP - export functionality --- app/app.js | 6 ++++++ index.html | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/app.js b/app/app.js index 7a71afe..fb3d04c 100644 --- a/app/app.js +++ b/app/app.js @@ -84,6 +84,12 @@ var app = new Vue({ // sidebarHeight: "", // username: "", // searchString: "", + + + /** + * The complete JSON document + */ + jsonDocument: "", /** * Details of the current page/route. diff --git a/index.html b/index.html index 80e817f..6e48bf3 100644 --- a/index.html +++ b/index.html @@ -487,7 +487,13 @@