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

@@ -29,6 +29,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.1",
"@types/luxon": "^2.3.1",
"@types/node": "^16.11.26",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/eslint-config-prettier": "^7.0.0",
@@ -40,7 +41,7 @@
"sass": "^1.49.9",
"typescript": "~4.6.2",
"vite": "^2.8.6",
"vue-tsc": "^0.33.2-patch.1"
"vue-tsc": "^0.33.2"
},
"packageManager": "yarn@3.2.0"
}