公告板
版本库
filestore
活动
搜索
登录
main
/
TCM_CharacterLibrary
中医人物知识数据库-外包项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary
YM
2024-06-12
ccb61601d945e3dc8b2fd51167ba5da43dfc110b
[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;
}
}