docs(components): [popover] remove 'v-model' in example (#9201) (#9801)

avoid confusing users
This commit is contained in:
Benleie 2022-09-17 21:57:08 +08:00 committed by GitHub
parent 5ec954c17e
commit af7f629138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>