Closed isjeffcom closed 3 years ago
same here
i did a PR for support vue3 https://github.com/retejs/vue-render-plugin/pull/35
when this will be fixed? any ETA?
do we have a status when the PR will be merged?
We can't fork or create new project from rete,cuz there have some rete plugins they are binding together.
I understand thx for the update, made it work with the Stage0 renderer for now.
How can you build a plugin? I cloned PR and am trying to build with npm run build but get various errors. Is there any way to get an already assembled plugin?
~~I have managed to build the plugin with changes https://github.com/retejs/vue-render-plugin/pull/35 (and some fixes): https://github.com/retejs/vue-render-plugin/tree/vue3~~
Also prepared an example: https://github.com/retejs/examples/tree/master/Vue3
But it has an issue - controls aren't visible
UPD: fixed in 1.0.0-rc2
the discussion moved to the thread https://github.com/retejs/vue-render-plugin/issues/39 where you can find more information
I don't think rete.js can be used within a Vue 3 project directly (namespace conflict), due to the filters are removed from Vue 3.0 officially . Any plan to fix it? Anyway, thank you~