- 删除了未被引用的 timers 模块导入 - 清理了组件中无用的依赖引入
This commit is contained in:
@@ -3,7 +3,6 @@ import {ref, computed} from "vue"
|
||||
import axios from "@/axios.ts"
|
||||
import {ElMessage} from 'element-plus'
|
||||
import {Upload} from '@element-plus/icons-vue'
|
||||
import * as timers from "node:timers";
|
||||
|
||||
const props = defineProps<{
|
||||
modelValue: boolean
|
||||
|
||||
Reference in New Issue
Block a user