diff --git a/.eslintrc.js b/.eslintrc.js index 109ec22..de10f82 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,7 +3,8 @@ module.exports = { env: { browser: true, node: true, - es6: true + es6: true, + 'vue/setup-compiler-macros': true }, extends: [ 'plugin:vue/vue3-recommended', diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7a73a41 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/index.html b/index.html index 1040300..62be7c3 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,19 @@ - -
- - - -