代码拉取完成,页面将自动刷新
/*
* @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;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。