公告板
版本库
filestore
活动
搜索
登录
main
/
TCM_CharacterLibrary
中医人物知识数据库-外包项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新数据
mh-two-thousand-and-two
2024-04-16
d4211fd96865e58217d63efaf4d8f6609fb24ae6
[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;
}
}