UNPKG

create-base

Version:

快速构建项目基础框架,支持vue/uni-app/后台管理模板等

6 lines (5 loc) 139 B
export {} declare module "vue" { type Hooks = App.AppInstance & Page.PageInstance; interface ComponentCustomOptions extends Hooks {} }