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
I'm afraid I have never used Vue.js. Maybe worth asking on stackoverflow. I will leave this open in the hope some in the future can add some suggestions here.
Activity
davidjbradshaw commentedon Sep 26, 2017
I'm afraid I have never used Vue.js. Maybe worth asking on stackoverflow. I will leave this open in the hope some in the future can add some suggestions here.
ghost commentedon Sep 28, 2017
I have already sloved this problem. Thank you all the same.
davidjbradshaw commentedon Sep 28, 2017
Can you share the fix here, in case anyone else has the same issue.
alexpvieira commentedon Oct 16, 2018
Just sharing for anyone looking to use this library in a Vue project (the Vue part in this case will be the page contained in the iFrame).
You need to put the iframeResizer.contentWindow.min.js into your src folder then include these lines in your main.js file:
Got it woking doing this way.