mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
c2ecb3a773
- Add more cases for running ssr tests
15 lines
305 B
Vue
15 lines
305 B
Vue
<template>
|
|
<el-popover
|
|
ref="popover"
|
|
placement="right"
|
|
title="Title"
|
|
:width="200"
|
|
trigger="focus"
|
|
content="this is content, this is content, this is content"
|
|
>
|
|
<template #reference>
|
|
<el-button>Focus to activate</el-button>
|
|
</template>
|
|
</el-popover>
|
|
</template>
|