diff --git a/js/index.js b/js/index.js index 1ec66270..72dbda3d 100644 --- a/js/index.js +++ b/js/index.js @@ -2,7 +2,7 @@ import classes from '../styles/atat.scss' import Vue from 'vue/dist/vue' const app = new Vue({ - el: '#vue-root', + el: '#app-root', methods: { closeModal: function(name) { this.modals[name] = false @@ -19,5 +19,3 @@ const app = new Vue({ } } }) - -console.log('hello from index') diff --git a/styles/components/_global_layout.scss b/styles/components/_global_layout.scss index d79890c5..47995964 100644 --- a/styles/components/_global_layout.scss +++ b/styles/components/_global_layout.scss @@ -1,4 +1,4 @@ -body { +#app-root { background-color: $color-gray-lightest; display: flex; flex-direction: column; diff --git a/templates/base.html b/templates/base.html index f7622db6..185cd205 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@ -
+
{% block template_vars %}{% endblock %} {% include 'navigation/topbar.html' %}