Jero Soler
Jero Soler
The component is mountend in `drawflow_content_node` for vue2 can be accessed by the variable __vue__. View example: - https://github.com/jerosoler/Drawflow/issues/306#issuecomment-973864382 For vue3 I don't know.
Basically to support the previous versions.
Hello @dennisong45 It cannot be adjusted automatically. It would have to be adjusted when moving a node or adding it. You can correct the position with this example: Increase the...
Hi @devmondo It could be done by listening to the events. Or look at integrating external plugins into drawflow.
Hi!! I have created a demo with a minimap example. Here the repo: https://github.com/jerosoler/drawflow-minimap-example Demo: https://jerosoler.github.io/drawflow-minimap-example/ Better late than never! Jero
Uhmmm... I'll take a look! The problem is that drawflow has an infinite canvas and not defined by a size. And in this case we indicate a zoom to the...
It is not possible to assign an id. But if it is possible to recover the id. `editor.addNode()` return id of node. Another option is to use the uuids i...
It is possible. You can get the information of the nodes. With: `getNodeFromId(id) ` here you can see if there are connections or not. It could also help you detect...
View https://github.com/nuxt/create-nuxt-app/issues/559 and https://github.com/nuxt/create-nuxt-app/pull/501 Is deprecated in version 3.0 Use nuxt-render https://nuxtjs.org/api/nuxt-render or serverMiddleware https://nuxtjs.org/api/configuration-servermiddleware
Server templates