I'm trying to access KendoWidget wrapper to print the chart in pdf. The code seems right but returning undefined when i try to call this.$refs.graph.kendoWidget()
the chart is rendered, i'm trying to trigger an event to catch the reference to the widget.
in the console i am printing the reference to the element, the function and the result of the function
after that i expand the vue ref element and i see the function have the right target function but shows this message
TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at Function.remoteFunction (<anonymous>:2:14)
i'm not sure if this is a scope problem or an error in the import.
Please help me with this