1 Star 4 Fork 0

蓝绸 / vyun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.d.ts 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
蓝绸 提交于 2023-11-16 19:07 . 第一次上传
/// <reference types="vite/client" />
// 声明文件 *.vue 文件,交给 vue 模块处理
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}
HTML
1
https://gitee.com/lishuhan/vyun.git
git@gitee.com:lishuhan/vyun.git
lishuhan
vyun
vyun
master

搜索帮助