ant-design-vue/antdv-demo/docs/breadcrumb/demo/withIcon.md

485 B

#### å¸Ļæœ‰å›žæ ‡įš„ 回标攞在文字前éĸ #### With an Icon The icon should be placed in front of the text
<template>
  <a-breadcrumb>
    <a-breadcrumb-item href="">
      <a-icon type="home" />
    </a-breadcrumb-item>
    <a-breadcrumb-item href="">
      <a-icon type="user" />
      <span>Application List</span>
    </a-breadcrumb-item>
    <a-breadcrumb-item>
      Application
    </a-breadcrumb-item>
  </a-breadcrumb>
</template>