You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On vue 2 with pdfvuer, i got an error only if i use a v-for don't know why.
Error : [Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'pdfdata')"
Source code :
On vue 2 with pdfvuer, i got an error only if i use a
v-for
don't know why.Error :
[Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'pdfdata')"
Source code :
If i change the template to this, it works perfectly :
I tried to put the
v-for
in a<div>
but i doesn't change anything.The text was updated successfully, but these errors were encountered: