Merge pull request !2 from 菲鸽/cherry-pick-1705733276
This commit is contained in:
菲鸽 2024-01-20 06:48:50 +00:00 committed by Gitee
commit 754023b377
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 4 deletions

View File

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

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

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