GC变量通过script标签引入的第三方引入,但是ts-plugin并不知道,需要明确声明这个变量的类型
/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare module '@grapecity-software/spread-sheets-vue';
declare const GC: any
人工智能学习网站
https://chat.xutongbao.top