diff --git a/.eslintrc.js b/.eslintrc.js
index c977505..b6d74e4 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,6 +9,7 @@ module.exports = {
node: true,
es6: true,
},
+
extends: ['plugin:vue/recommended', 'eslint:recommended'],
// add your custom rules here
diff --git a/public/index.html b/public/index.html
index fa2be91..a0135f9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,6 +6,7 @@
<%= webpackConfig.name %>
+