Skip to content

LumalCockpit

ts
import { LumalCockpit } from '@lumal/cockpit/runtime'
import '@lumal/cockpit/style.css'
vue
<LumalCockpit
  v-model:active-layout-id="activeLayoutId"
  :config="config"
  :registry="registry"
  viewport-mode="scale"
>
  <template #header-title="{ title }">
    <AppHeader :title="title" />
  </template>
  <template #center="{ context, layout }">
    <ApplicationCenter :context="context" :layout="layout" />
  </template>
</LumalCockpit>
  • 中心内容由应用插槽提供,不进配置
  • viewportMode: scale | vwvh
  • 包文档:@lumal/cockpit

基于 MIT 许可发布 · Vue 3 · TypeScript · Vite · Element Plus