展示层级路径的导航组件
该页面由 AI 迁移生成,请谨慎使用
内容已迁移完成,但仍建议结合源码和人工评审结果使用。
用于展示页面层级路径。
展示当前位置层级。
复制<template> <TxBreadcrumb :items="[ { label: '首页', href: '/' }, { label: '资料库', href: '/library' }, { label: '数据' }, ]" /> </template>
<template> <TxBreadcrumb :items="[ { label: '首页', href: '/' }, { label: '资料库', href: '/library' }, { label: '数据' }, ]" /> </template>