chore: support uni hooks code prompt when options API

This commit is contained in:
zhenyuWang
2023-02-09 21:17:58 +08:00
parent 459df7196b
commit 8853565156
+6
View File
@@ -0,0 +1,6 @@
export {}
declare module "vue" {
type Hooks = App.AppInstance & Page.PageInstance;
interface ComponentCustomOptions extends Hooks {}
}