2018-03-09 05:26:34 +00:00
|
|
|
<cn>
|
|
|
|
#### 基本
|
|
|
|
最简单的用法
|
|
|
|
</cn>
|
|
|
|
|
|
|
|
<us>
|
|
|
|
#### Basic usage
|
|
|
|
The simplest use
|
|
|
|
</us>
|
|
|
|
|
|
|
|
```html
|
|
|
|
<template>
|
2018-03-10 05:34:26 +00:00
|
|
|
<a-breadcrumb>
|
|
|
|
<a-breadcrumb-item>Home</a-breadcrumb-item>
|
|
|
|
<a-breadcrumb-item><a href="">Application Center</a></a-breadcrumb-item>
|
|
|
|
<a-breadcrumb-item><a href="">Application List</a></a-breadcrumb-item>
|
|
|
|
<a-breadcrumb-item>An Application</a-breadcrumb-item>
|
|
|
|
</a-breadcrumb>
|
2018-03-09 05:26:34 +00:00
|
|
|
</template>
|
|
|
|
```
|