mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +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>
|