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' %}