如果页面的路径比较简单,推荐使用页头组件而非面包屑组件。
适用广泛的基础用法。
<template> <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px; margin-bottom: 16px"> <wu-plus-page-header id="backHeader" header="标题" content="主体" /> </div> </template> <script> </script>
自定义标题内容和主体内容。
<template> <div style="display: flex; align-items: center;justify-content: space-around;width: 100%; margin-top: 8px; margin-bottom: 16px"> <wu-plus-page-header id="backHeader"> <span slot="header">插槽标题</span> <span slot="content">插槽主体</span> </wu-plus-page-header> </div> </template> <script> </script>
Breadcrumb 布局 Table 表格