我正在组件中接收道具。我想在此组件中添加带有道具的属性“ LegendPosition”。我无法做到这一点。请帮我解决一下这个。我已经尝试过此代码,但没有成功:
var tempProps = this.props;
tempProps.legendPosition = 'right';
Object.preventExtensions(tempProps);
console.log(tempProps);
牛魔王的故事
qq_笑_17
相关分类