1 Star 0 Fork 0

MrXu/vue3-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shims-vue.d.ts 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuechao.xu 提交于 2021-08-12 10:12 . feat: 例子添加别名配置
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;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrxu314/vue3-ui.git
git@gitee.com:mrxu314/vue3-ui.git
mrxu314
vue3-ui
vue3-ui
master

搜索帮助