imengyu / vue3-context-menu

A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件

Home Page:https://docs.imengyu.top/vue3-context-menu-docs/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG][1.3.1] - Undeclared component

linspw opened this issue · comments

VNodeRender

[Vue warn]: Failed to resolve component: VNodeRender
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. 
  at <ContextMenuSperator key=0 > 
  at <ContextSubMenu class="mx-menu-host" items=undefined adjustPosition=undefined  ... > 
  at <ContextMenu options=Ref< 
  

Probably because of:

c50455f

Downgrading to 1.3.0, it worked again

Thank you for feedback. The issue has been fixed in version 1.3.2

Thank you very much, it has been fixed!