amsik / liquor-tree

Tree component based on Vue.js
MIT License
398 stars 94 forks source link

Dynamic indexing nodes #240

Open mykhailo-diakovych opened 3 years ago

mykhailo-diakovych commented 3 years ago

Hi, first of all, thanks for this amazing service and for your work! I have a task in which I should dynamically index nodes

So here is example of static data: { text: '1 Item' }, { text: '2 Item ' children: [ { text: '2.1 Item' }, { text: '2.2 Item' }, { text: '2.3 Item' } ]}, How I can change these "codes" dynamically when I doing "drag & drop"