From c3d7642e263f6cd5dac13e60c160c7e9f7ec3bf7 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 4 Jun 2019 22:14:53 +0200 Subject: [PATCH] Now root template only contains elements that exist for every page; navigation, search and popover along with the router view. Removed most all the logic except for prototype functions/variable attached to the vue instance and controlls the state of moviepopup given a id and type. --- src/App.vue | 247 ++++++++++++---------------------------------------- 1 file changed, 55 insertions(+), 192 deletions(-) diff --git a/src/App.vue b/src/App.vue index 669c904..ccba2ed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,122 +1,42 @@ + +