chore: Refactored home page content out of App.vue and into separate index.vue file created for the vue-router
This commit is contained in:
parent
da604a14f6
commit
297947266d
4 changed files with 42 additions and 57 deletions
|
|
@ -10,6 +10,10 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue