修改bug
This commit is contained in:
parent
293a64dbc7
commit
bee1061e20
13
code/web/task_schedule/shims-vue.d.ts
vendored
13
code/web/task_schedule/shims-vue.d.ts
vendored
@ -3,12 +3,13 @@
|
|||||||
* @Date: 2023-03-04 17:23:02
|
* @Date: 2023-03-04 17:23:02
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @FilePath: /task_schedule/shims-vue.d.ts
|
* @FilePath: /task_schedule/shims-vue.d.ts
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
declare module '*.vue' {
|
declare module "*.vue"
|
||||||
import { ComponentOptions } from 'vue';
|
{
|
||||||
|
import { type ComponentOptions } from "vue";
|
||||||
const componentOptions: ComponentOptions;
|
const componentOptions: ComponentOptions;
|
||||||
export default componentOptions;
|
export default componentOptions;
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"useDefineForClassFields": true,
|
"useDefineForClassFields": true,
|
||||||
"target": "ESNext",
|
"target": "ESNext",
|
||||||
"module": "CommonJS",
|
"module": "ESNext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"jsx": "preserve",
|
"jsx": "preserve",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user