1 Star 0 Fork 0

ZQY233/g-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
shims-vue.d.ts 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZQY233 提交于 2022-01-05 16:33 . :lipstick:更新UI和样式文件
// 使用typescript定义组件中install的两种写法
// 写法一
declare module "*.vue" {
import type { App, DefineComponent } from "vue"
const component: DefineComponent<{}, {}, any> & {
install(app: App): void
}
export default component
}
// 写法二
// declare module "*.vue" {
// import { defineComponent } from "vue"
// const component: ReturnType<typeof defineComponent>
// export default component
// }
declare module "vue-highlightjs"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zqylzcwcxy/g-ui.git
[email protected]:zqylzcwcxy/g-ui.git
zqylzcwcxy
g-ui
g-ui
master

搜索帮助