UNPKG

@koishijs/client

Version:

Koishi Console Client

14 lines (12 loc) 251 B
import { Context } from '@koishijs/client' import Home from './home.vue' export default function (ctx: Context) { ctx.page({ id: 'home', path: '/', name: '欢迎', icon: 'activity:home', order: 1000, component: Home, }) }