build: 配置文件一点小优化
This commit is contained in:
6
shims-uni.d.ts
vendored
6
shims-uni.d.ts
vendored
@@ -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 {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user