仪表盘
版本库
文件存储
活动
搜索
登录
史文帅
/
productOnline
公司产品在线网站
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
提交了开发手册页面(developerGuide)的所有资源
CliveNi
2024-04-07
3d812b10e9332b7d0d4619a87c8d8ac5afb878c8
[~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
}