Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

引用报错 Error in directive contextmenu bind hook #105

Open
hujiaxu opened this issue Aug 9, 2021 · 2 comments
Open

引用报错 Error in directive contextmenu bind hook #105

hujiaxu opened this issue Aug 9, 2021 · 2 comments

Comments

@hujiaxu
Copy link

hujiaxu commented Aug 9, 2021

期望结果

实际结果

复现步骤

					<span 
						href="" 
						style="color: #1462A6;" 
						class="pointer" 
						v-contextmenu:contextMenu
						@click.prevent="handleClickProject(item)"
					>
						{{item.name}}
					</span>
					<v-contextmenu ref="contextMenu">
						<v-contextmenu-item>在新标签页打开</v-contextmenu-item>
						<v-contextmenu-item>在新窗口打开链接</v-contextmenu-item>
						<v-contextmenu-item>跳转到首页</v-contextmenu-item>
					</v-contextmenu>

-->

环境说明

  • 组件版本:2.5.2
  • Vue 版本:2.6.11
  • 操作系统及版本:window10
  • 浏览器及版本:chrom, 91
@hujiaxu
Copy link
Author

hujiaxu commented Aug 9, 2021


image

@hujiaxu
Copy link
Author

hujiaxu commented Aug 9, 2021


image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant