还在调整界面

This commit is contained in:
2023-03-04 18:05:47 +08:00
parent 075e9050dd
commit 620860c551
7 changed files with 151 additions and 50 deletions

14
code/web/task_schedule/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
/*
* @Author: Kane
* @Date: 2023-03-04 17:23:02
* @LastEditors: Kane
* @FilePath: /task_schedule/shims-vue.d.ts
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
declare module '*.vue' {
import { ComponentOptions } from 'vue';
const componentOptions: ComponentOptions;
export default componentOptions;
}