diff --git a/index.html b/index.html index e5e14e6..02171f9 100644 --- a/index.html +++ b/index.html @@ -18,9 +18,12 @@ + - -
+ +
+
+
diff --git a/src/main.js b/src/main.js index 206b813..64316eb 100644 --- a/src/main.js +++ b/src/main.js @@ -1,6 +1,10 @@ +/* eslint-env browser */ + import Vue from 'vue'; import App from './App.vue'; +document.body.removeAttribute('style'); + new Vue({ el: '#app', render: h => h(App)