UNPKG

@koishijs/client

Version:

Koishi Console Client

11 lines (9 loc) 200 B
import { Context } from '@koishijs/client' import Layout from './layout.vue' export default function (ctx: Context) { ctx.slot({ type: 'layout', component: Layout, order: -1000, }) }