mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
c2ecb3a773
- Add more cases for running ssr tests
8 lines
175 B
Vue
8 lines
175 B
Vue
<template>
|
|
<el-popconfirm title="Are you sure to delete this?">
|
|
<template #reference>
|
|
<el-button>Delete</el-button>
|
|
</template>
|
|
</el-popconfirm>
|
|
</template>
|