Closed hashunst closed 3 years ago
it solved by import seperation....
import TaskPlugin from "rete-task-plugin";
import { Task } from "rete-task-plugin";
I am also running into this. The rete-context-menu-plugin
package uses new Vue()
, which is only valid in Vue 2.
rete-task-plugin
seems unrelated.
@chemicalcrux I'm facing the exact same issue too, did you solve it in the meantime?
Hi, On Vue3 example, the context menu does not work. (when right click on editor)
the error in console browser is:
what i know is the example is vue3 but the context-menu-plugin is vue2....
Thanks