-
Notifications
You must be signed in to change notification settings - Fork 110
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
vue 3 中 工具栏按钮点击无效 #50
Comments
经过我跟踪你们的源码实现形式,发现 $emit('toolbar-menu-click', arguments[0]) 这一句代码 在vue3 中会有warning 且传递的参数并不是arguments[0] 参数的第一个,而是代理的实例,不建议这么写法,因为现在都是 Proxy 形式可能导致问题。 |
同样的问题,vite 3.0.4 没有解决办法吗? |
确认 vue 的版本与 @vue/compiler-sfc 的版本一致 |
应该就是这个问题吧 我之前也遇到了 同步版本之后就行了 |
我试着移除这两个包,然后再安装 大佬有时间可以用 vite 脚手架再试一次吗,如果无法复现那就是我自己的问题了 😂😂 |
好的 |
你装一下这个试试 yarn add @kangc/v-md-editor@2.1.6-beta.2 |
很奇怪,2.1.5的版本好像有这个问题,2.1.6的测试包又没有,但是2.1.6版本我并没有做什么改动- -! |
安装了 |
嗯嗯,明天发2.1.6的正式包 |
在vue 3.0 vite 工具中使用 点击按钮无效,只能使用 键盘快捷键,
The text was updated successfully, but these errors were encountered: