mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
avoid confusing users
This commit is contained in:
parent
5ec954c17e
commit
af7f629138
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<el-popover v-model:visible="visible" placement="top" :width="160">
|
||||
<el-popover :visible="visible" placement="top" :width="160">
|
||||
<p>Are you sure to delete this?</p>
|
||||
<div style="text-align: right; margin: 0">
|
||||
<el-button size="small" text @click="visible = false">cancel</el-button>
|
||||
|
Loading…
Reference in New Issue
Block a user