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