From 57f8db51eacde39700c7f152cf657ba07ad1b57f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 4 Sep 2018 21:58:40 +0100 Subject: [PATCH] Update ID on wrapping element --- assets/js/app.js | 2 +- source/_layouts/default.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index 4d508f3..80ad9c0 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -2,7 +2,7 @@ import Vue from 'vue' import MobileNav from './components/MobileNav' new Vue({ - el: '#root', + el: '#app', components: { MobileNav }, }) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html.twig index 5255eb7..d46ff77 100644 --- a/source/_layouts/default.html.twig +++ b/source/_layouts/default.html.twig @@ -7,7 +7,7 @@ -
+
{% include 'layout/header' %} {% include 'layout/main-menu' %}