halo
halo copied to clipboard
自定义 一个console 页面插件 怎么才能使用默认的公共的头部组件
你当前使用的版本
No response
描述一下此特性
自定义 一个console 页面插件 怎么才能使用默认的公共的头部组件
附加信息
No response
如果是指这个:
那么目前是需要自己在页面中引入的,比如:
<script lang="ts" setup>
import { VPageHeader } from "@halo-dev/components"
</script>
<template>
<VPageHeader title="文章">
</VPageHeader>
</template>
后续可能会考虑在 Layout 组件中自动根据路由信息生成。
/kind support /area ui
/close
@ruibaby: Closing this issue.
In response to this:
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.