[doc] unnecessary code (#15469)

This commit is contained in:
Sefa UN
2024-01-11 18:03:45 +03:00
committed by GitHub
parent be2ac9b964
commit 6de47df5bf

View File

@@ -17,7 +17,7 @@
<script setup lang="ts">
import { ref, unref } from 'vue'
import { ClickOutside as vClickOutside } from 'element-plus'
const buttonRef = ref()
const popoverRef = ref()
const onClickOutside = () => {
unref(popoverRef).popperRef?.delayHide?.()