zdy1988 / vue-jstree

A Tree Plugin For Vue2.0+
http://zdy1988.github.io/vue-jstree
628 stars 195 forks source link

Problem with css view #78

Open Qpilore opened 5 years ago

Qpilore commented 5 years ago

I installed vue-jstree and tried to use. This problem with visibility of branches. And custom icons does not work. How can I repair it? In main.js import VJstree from 'vue-jstree' Vue.use(VJstree); and just in main.vue: <v-jstree :data="roots" whole-row @item-click="itemClick"></v-jstree> Thanks! screenshot from 2018-10-11 15-40-24

youxiaotian commented 5 years ago

You may be missing this:

youxiaotian commented 5 years ago
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">