vue-sfc-sandbox icon indicating copy to clipboard operation
vue-sfc-sandbox copied to clipboard

VE-CHART

Open Ruttanachote opened this issue 3 years ago • 1 comments

Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the component with markRaw or using shallowRef instead of ref

Ruttanachote avatar Aug 25 '22 16:08 Ruttanachote

Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function. at <VeChartoption=[object Object]onClick=fn<testEvent>chartType="ve-chart"> at <DigitAnimationDemo>

Ruttanachote avatar Aug 25 '22 16:08 Ruttanachote