Skip to content
#

Breadcrumb 面包屑

基础使用

homemanagepromotion
vue
<template>
  <a-breadcrumb :value="bc" />
  <script lang="ts" setup>
    const bc = ['home', 'manage', 'promotion'];
  </script>
</template>

属性

名称类型可选值默认值说明
valuestring[]--绑定值