v-charts icon indicating copy to clipboard operation
v-charts copied to clipboard

v-charts中的extend属性与vue中的extend冲突报错

Open HJBhuang opened this issue 2 years ago • 1 comments

Summary 简述

Method "extend" has already been defined as a prop.

Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "extend"

Expect 期望结果

Reproduce 重现示例

HJBhuang avatar Jan 20 '22 09:01 HJBhuang

What is the solution

fsfzhy avatar Aug 12 '22 10:08 fsfzhy