ci: 使用prettier格式化
This commit is contained in:
cqh
2024-01-16 16:40:37 +08:00
committed by 菲鸽
parent 0f467eefdc
commit 6293d910bd
2 changed files with 7 additions and 4 deletions

6
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 {}
}
}