Fixed font sizes and added hurry message

This commit is contained in:
2023-06-23 16:42:37 +03:00
parent e88bdf2b92
commit 0b30c26d2b
16 changed files with 10793 additions and 63 deletions

View File

@@ -35,7 +35,8 @@
"eslint:recommended"
],
"rules": {
"vue/multi-word-component-names": 0
"vue/multi-word-component-names": 0,
"no-unused-vars": 0
},
"globals": {
"defineProps": "readonly",