zhangwencui
20 小时以前 9ec43c241a3a4ac3bf8d7290078a00f002779b83
src/shime-uni.d.ts
对比新文件
@@ -0,0 +1,6 @@
export {}
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}