treeTable icon indicating copy to clipboard operation
treeTable copied to clipboard

Converting circular structure to JSON

Open peterzhanghui opened this issue 7 years ago • 1 comments

我在自己的页面中引用你的数据‘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 : 你的项目我拉到本地是可以跑起来的。

peterzhanghui avatar Mar 29 '17 01:03 peterzhanghui

近期会重写这个组件,提供npm直接使用,不依赖其他库,方便大家使用

sunlandong avatar Oct 25 '17 01:10 sunlandong