vue3-blocks-tree icon indicating copy to clipboard operation
vue3-blocks-tree copied to clipboard

A vue3 block organization tree view component. Hierarchical horizontal or vertical tree

Results 7 vue3-blocks-tree issues
Sort by recently updated
recently updated
newest added

Some trees were drawn wrongly, because there were conflicts between props and data in the Node component.

Is there any way to make a leaf that have multiple ancestors? If not, this could be a killer feature.

Any chance of adding a pan and zoom feature to it as well? Would be nice when dealing with larger trees where you need zoom out in order for it...

Hello, I got a 504 getaeway error just importing library inside my Component http://127.0.0.1:8080/node_modules/.vite/deps/vue3-blocks-tree.js?t=1694414932384&v=28ebc17f net::ERR_ABORTED 504 (Gateway Timeout) Sorry, all I needed was to restart my app. Thank you, Great...

Hello. its not rly a issue, am just wondering if its possible to expand the whole tree at the start? When i load it, without pressing all the buttons to...

I face a problem when when tring to add it to nuxt 3 > Basic import VueBlocksTree from 'vue3-blocks-tree'; import 'vue3-blocks-tree/dist/vue3-blocks-tree.css'; console.log("VueBlocksTree", VueBlocksTree) let selected = ref([]); let treeOrientation =...

It appears that when a parent only has a single child and the width of that child is less than the width of the parent element, the child element is...