Merge remote-tracking branch 'gitee/main'

This commit is contained in:
Burt 2024-01-20 15:11:03 +08:00
commit cfb871e528
2 changed files with 7 additions and 4 deletions

View File

@ -42,5 +42,8 @@
"scrolltolower", "scrolltolower",
"tabbar", "tabbar",
"WechatMiniprogram" "WechatMiniprogram"
] ],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
} }

6
src/shime-uni.d.ts vendored
View File

@ -1,6 +1,6 @@
export {} export {}
declare module "vue" { declare module 'vue' {
type Hooks = App.AppInstance & Page.PageInstance; type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {} interface ComponentCustomOptions extends Hooks {}
} }