CyberNika / v-contextmenu

🖱 ContextMenu based on Vue 3 & Vue 2
https://cybernika.github.io/v-contextmenu/
MIT License
918 stars 112 forks source link

fix: 修复指令`unbind`时存在的空指针问题 #141

Closed ChasonZheng closed 8 months ago

ChasonZheng commented 9 months ago

描述

当 v-contextmenu 指令用在 KeepAlive 的子组件中时,指令unbind过程中, contextmenuInstance 为 undefined 时,需要拦截。

类型

请确保已完成以下内容