4 Star 1 Fork 0

高月飞/customer relations

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
env.d.ts 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
高月飞 提交于 2023-11-21 23:49 . 第二次修改
/*
* @Descripttion:
* @version:
* @Author: 高月飞
* @Date: 2023-11-17 19:15:56
* @LastEditors: 高月飞
* @LastEditTime: 2023-11-21 14:13:58
*/
/// <reference types="vite/client" />
declare module '*.vue' {
import type { Component } from 'vue'
const component: Component
export default component
}
//当它遇到 .mjs 文件时,可以将它们视为模块,并允许你在代码中导入这些模块
declare module '*.mjs'
// 在给.env开头定义的环境变量添加类型声明 -- 扩展
interface ImportMetaEnv {
readonly VITE_APP_TITLE: string
readonly VITE_APP_BASE_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare module 'qrcodejs2' {
const qrcode: any;
export = qrcode;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soy--egg/customer-relations.git
git@gitee.com:soy--egg/customer-relations.git
soy--egg
customer-relations
customer relations
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385