Skip to content

Navbar 头部导航

演示

Navbar 跨端示例与演示

订单详情
已发货预计明日 18:00 前送达
订单编号
1042
收货人
林默 · 138****2042
实付款
¥279

基础用法

vue
<template>
  <VNavbar title="订单详情" left-text="返回" right-text="更多" left-arrow />
</template>

Props

Prop类型默认值描述
titlestringundefined标题
leftTextstringundefined左侧文本
rightTextstringundefined右侧文本
leftAriaLabelstringundefined左侧操作的无障碍名称
rightAriaLabelstringundefined右侧操作的无障碍名称
leftArrowbooleanfalse是否显示返回箭头
fixedbooleanfalse是否固定在顶部
placeholderbooleanfalse固定时是否占位
borderbooleantrue是否显示底边线

Events

EventPayload描述
clickLeftMouseEvent点击左侧区域
clickRightMouseEvent点击右侧区域

Slots

Slot描述
left自定义左侧区域
title自定义标题
right自定义右侧区域