updated App.vue to use new <script setup lang="ts"> syntax

This commit is contained in:
2022-03-22 10:10:56 +01:00
parent 0e727716a3
commit 012b56f184
4 changed files with 36 additions and 34 deletions

View File

@@ -10,6 +10,6 @@ module.exports = {
"@vue/eslint-config-prettier"
],
"env": {
"vue/setup-compiler-macros": true
"vue/setup-compiler-macros": true,
}
}