公告板
版本库
filestore
活动
搜索
登录
main
/
TCM_CharacterLibrary
中医人物知识数据库-外包项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1
QYF-GitLab1
2024-07-19
190b39547edafcaf0eb160ba2ca12ef1091c8b35
[TCM_CharacterLibrary.git]
/
shims-uni.d.ts
1
2
3
4
5
6
7
8
9
10
11
/// <reference types='@dcloudio/types' />
import Vue from 'vue'
declare module "vue/types/options" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentOptions<V extends Vue> extends Hooks {
/**
* 组件类型
*/
mpType?: string;
}
}