变更组件类型声明文件

This commit is contained in:
灌糖包子 2023-01-25 02:18:08 +08:00
parent 5e89d14301
commit 19414aa2ce
Signed by: sookie
GPG Key ID: 691E688C160D3188

View File

@ -1,8 +1,7 @@
/// <reference types="vite/client" />
/* eslint-disable */
declare module '*.vue' {
import { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}