26 lines
428 B
Markdown
26 lines
428 B
Markdown
<cn>
|
|
#### 向上展开
|
|
向上展开建议。
|
|
</cn>
|
|
|
|
<us>
|
|
#### Placemen
|
|
Change the suggestions placement.
|
|
</us>
|
|
|
|
```vue
|
|
<template>
|
|
<a-mentions placement="top">
|
|
<a-mentions-option value="afc163">
|
|
afc163
|
|
</a-mentions-option>
|
|
<a-mentions-option value="zombieJ">
|
|
zombieJ
|
|
</a-mentions-option>
|
|
<a-mentions-option value="yesmeck">
|
|
yesmeck
|
|
</a-mentions-option>
|
|
</a-mentions>
|
|
</template>
|
|
```
|