Compare commits
2 Commits
15401c07db
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a7d906c68 | |||
| b5fc4513fc |
@@ -1,5 +1,5 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {type Person, type Persons} from '@/components/types'
|
import {type Persons} from '@/components/types'
|
||||||
import Test from '@/components/test.vue'
|
import Test from '@/components/test.vue'
|
||||||
// const person:Person = {
|
// const person:Person = {
|
||||||
// id: 'aaa',
|
// id: 'aaa',
|
||||||
|
|||||||
+1
-2
@@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "./",
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": [
|
"@/*": [
|
||||||
"src/*"
|
"./src/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ export default defineConfig({
|
|||||||
open: true,
|
open: true,
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.less', '.css'],
|
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json'],
|
||||||
alias: [
|
alias: [
|
||||||
{
|
{
|
||||||
find: '@',
|
find: '@',
|
||||||
|
|||||||
Reference in New Issue
Block a user