27 lines
456 B
Vue
27 lines
456 B
Vue
<docs>
|
|
---
|
|
order: 0
|
|
title:
|
|
zh-CN: åēæŦ
|
|
en-US: Basic Usage
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
æįŽåį፿ŗã
|
|
|
|
## en-US
|
|
|
|
The simplest use.
|
|
|
|
</docs>
|
|
|
|
<template>
|
|
<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>
|
|
</template>
|