vuejs-tree
vuejs-tree copied to clipboard
A highly customizable and blazing fast Vue tree component ⚡🌲
There must be some logic to make nodes editable based on some condition rather than having a global option.
Hello everyone, does anyone have the .d.ts file for this component? Thank you so much
Hi! How can be used without a node server ?? Cheers.
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Hello there! First I'd like to thank you for this plugin, it helped me a lot to build a file manager!! So, the thing is... I'm trying to find a...
suggestion for sample, https://codesandbox.io/s/vuejs-tree-sandbox-v3x-lmbyx deleteNodeFunction: function (node) { const nodePath = this.$refs["my-tree"].findNodePath(node.id); const parentNodeId = nodePath.slice(-2, -1)[0]; if (parentNodeId === undefined) { // 'root' node const nodeIndex = this.$refs["my-tree"].nodes.findIndex((x) =>...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together. Updates `scss-tokenizer` from 0.2.3 to 0.4.3 Release notes Sourced from scss-tokenizer's releases. v0.4.3 What's...