完全基于 snabbdom 组件,采用展开才加载的方式,渲染速度大幅提升
npm run eletree -D
var el = eleTree({
el: '.eletree',
url: '/eleTree/json/1.json',
highlightCurrent: true,
showCheckbox: true
})
el.getChecked()
el.on("checkbox", function(data) {
console.log(data)
})
示例如下图: