Kostiantyn

Results 70 comments of Kostiantyn

Привет. Можем на русском :) Вы вызываете слишком рано метод поиска. Т.е. app замаунтился, но дерево еще нет. Попробуйте так: ```vue Example {{ node.text }} {{ node.text }} import {...

> Насчет из коробки не думаете реализовать? Это будет слишком узкоспециализированное решение :) Не очень хороший подход. Есть возможность переопределить рэндер компонент... и у каждого есть свои идеи/потребности: кому `router-link`...

Check this link: https://amsik.github.io/liquor-tree/#Integration-with-Vuex

You don't have to use Vuex. It is a way to control the tree's data. ```javascript options: { store: { store: Store, getter: () => { return this._myTree }, dispatcher(tree)...

It's not possible to pass **or** condition. You have to do something like: ```javascript const nodes = ['1', '2', '3'].map(id => this.$refs.tree.find({ id: id}) ) ```

You can use arrow functions

Can you give me more details?

You can use: https://amsik.github.io/liquor-tree/#Tree-remove-criteria-multiple https://amsik.github.io/liquor-tree/#Tree-append-criteria-node

You can use `setTimeout` for that :) Not a good way...

Hi. Yes, it's known issue. I'll work on it soon