yyb
8 天以前 9581c0ae9f0d9a2e92744f3dca78960780b9a2df
src/shime-uni.d.ts
对比新文件
@@ -0,0 +1,6 @@
export {}
declare module "vue" {
  type Hooks = App.AppInstance & Page.PageInstance;
  interface ComponentCustomOptions extends Hooks {}
}