mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
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>
|