UNPKG

yapi-vendor

Version:
11 lines (9 loc) 184 B
function hander(routers) { routers.test = { name: 'test', component: ()=> 'hello world.' }; } module.exports = function() { this.bindHook('sub_setting_nav', hander); };