mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-01-30 00:05:29 +08:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import "vue";
|
|
declare module "vue" {
|
|
type Hooks = App.AppInstance & Page.PageInstance;
|
|
interface ComponentCustomOptions extends Hooks {}
|
|
}
|