写组件的来由:当初本来可以用elementUI的树形结构组件,产品却是横向的。

基于vue+elementUI基础写的横向树形组件

在这里感谢作者jiaxincui,参照他的组件,自己模仿了一个递归组件。作者组件地址:https://github.com/jiaxincui/vue-tree

本组件基于 vue+elementUI ,主要使用了组件的checkbox

Demo图

项目演示地址:https://summer-lin.github.io/vue-tree/#/

基于vue+elementUI基础写的横向树形组件

数据结构和代码参考地址github:

https://github.com/Summer-Lin/vue-tree/tree/vue-tree-demo

 

 

相关文章:

  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-09-04
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-06-08
相关资源
相似解决方案