1212
This commit is contained in:
parent
51b3a212e8
commit
c6a5897337
@ -248,6 +248,7 @@ export const liveStore = createGlobalState(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return{
|
return{
|
||||||
|
decryptUtils,
|
||||||
fullLive,
|
fullLive,
|
||||||
isMinWindow,
|
isMinWindow,
|
||||||
lastSnapshot,
|
lastSnapshot,
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
// https://nuxt.com/docs/guide/concepts/typescript
|
// https://nuxt.com/docs/guide/concepts/typescript
|
||||||
"extends": "./.nuxt/tsconfig.json"
|
"extends": "./.nuxt/tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"@/*": ["app/*"] // 确保这里的路径别名配置和你的项目配置一致
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"include": ["app/**/*"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user