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 @@