vulcangz / svelte-webcomponent-in-react-vue

Simple experiments to integrate web components created with Svelte in React or Vue applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在vue3中只有click时间会被监听到

wssnail opened this issue · comments

在vue3中只有click时间会被监听到,customOnClick无法触发调用vue中的方法

在 Vue 3 中要设置 跳过组件解析 才能将这个 视为自定义元素。

如果把 Vue 3 包也加入到这个 monorepo,bolt 就不适用了。稍晚点我把包含 Vue 3 包的代码传到一个新的 lerna 分支。

@wssnail 这个问题已经解决了。请参考最新提交 。我将关闭这个issue。