mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs: [tooltip] Modify sample code (#12392)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<el-tooltip
|
||||
ref="tooltipRef"
|
||||
v-model:visible="visible"
|
||||
:visible="visible"
|
||||
:popper-options="{
|
||||
modifiers: [
|
||||
{
|
||||
@@ -25,7 +25,6 @@
|
||||
}"
|
||||
:virtual-ref="buttonRef"
|
||||
virtual-triggering
|
||||
trigger="click"
|
||||
popper-class="singleton-tooltip"
|
||||
>
|
||||
<template #content>
|
||||
|
||||
Reference in New Issue
Block a user