仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
productOnline
公司产品在线网站
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
系统更新
surprise
2024-04-07
c15f50e77f5588d704301029ba499aab23b0d109
[~shiwenshuai/productOnline.git]
/
src
/
shims-vue.d.ts
1
2
3
4
5
6
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}