33 lines
676 B
Vue
33 lines
676 B
Vue
<docs>
|
|
---
|
|
order: 0
|
|
title:
|
|
zh-CN: 基本使用
|
|
en-US: Basic Usage
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
最简单的用法。
|
|
|
|
## en-US
|
|
|
|
The simplest usage.
|
|
</docs>
|
|
|
|
<template>
|
|
<a-anchor>
|
|
<a-anchor-link href="#components-anchor-demo-basic" title="Basic demo" />
|
|
<a-anchor-link href="#components-anchor-demo-static" title="Static demo" />
|
|
<a-anchor-link
|
|
href="#components-anchor-demo-basic"
|
|
title="Basic demo with Target"
|
|
target="_blank"
|
|
/>
|
|
<a-anchor-link href="#API" title="API">
|
|
<a-anchor-link href="#Anchor-Props" title="Anchor Props" />
|
|
<a-anchor-link href="#Link-Props" title="Link Props" />
|
|
</a-anchor-link>
|
|
</a-anchor>
|
|
</template>
|