treeTable
treeTable copied to clipboard
Converting circular structure to JSON
我在自己的页面中引用你的数据‘dataSource’如果只有一级可以正常显示(或children为空),如果给children添加子元素,就报错“Converting circular structure to JSON”。組件引用方式 “import TreeGrid from '~components/treeTable/vue/TreeGrid.vue' ” 如果組件这样引import {TreeGrid} from '~components/treeTable' 也报错 Cannot assign to read only property 'exports' of object '#<Object>'
PS : 你的项目我拉到本地是可以跑起来的。
近期会重写这个组件,提供npm直接使用,不依赖其他库,方便大家使用