ivan_lee
ivan_lee
``` const json = box.toJSON(); let rectList = json.children; rectList = rectList.map(item => { item.stroke = undefined return item }) const leaferSave = new Leafer({ width: this.data.mainBoxSize, height: this.data.mainBoxSize },...
引入的已经是最新发布的版本了
``` const json = box.toJSON(); let rectList = json.children; rectList = rectList.map(item => { item.stroke = undefined return item }) let leaferSave = new Leafer({ width: this.data.mainBoxSize, height: this.data.mainBoxSize })...