amsik / liquor-tree

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

Direction to rtl #205

Closed alicompu closed 4 years ago

alicompu commented 4 years ago

I was asked How to direction to the right But there was no documentation I went inside and saw the code This is also the source code <tree-view :data="treeData" ref="tree" @node:selected="selected()" :options="{direction:'rtl'}">

alicompu commented 4 years ago

<tree-view :data="treeData" ref="tree" @node:selected="selected()" :options="{direction:'rtl'}"> I'm worked