build: 配置文件一点小优化

This commit is contained in:
Burt
2024-01-03 10:55:45 +08:00
parent 7d402f6145
commit a1f2bef5d1
4 changed files with 4 additions and 7 deletions

6
shims-uni.d.ts vendored
View File

@@ -2,9 +2,7 @@
import 'vue'
declare module '@vue/runtime-core' {
type Hooks = App.AppInstance & Page.PageInstance;
type Hooks = App.AppInstance & Page.PageInstance
interface ComponentCustomOptions extends Hooks {
}
interface ComponentCustomOptions extends Hooks {}
}