Unit 5 and above: Wrong vue script

Hello!
First of all: Thank you very much for your dedication and support! I really appreciate these courses!

I found an issue with the notebooks in this course from Unit 05 on (up to the final project): There is a wrong vue script in the header of the given solution and notebook-files. The given script is
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
but it should be:
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js"></script>

Please update these files because it causes the webpage not to load properly, making the connection to the simulation-robot difficult.

Thank you!

1 Like

Hi @niritz ,

Thank you for pointing out. We have updated this code recently but it was missing in some places, your post helped to improve the course!

Glad to know you like our courses, please let me know if I can help with anything else.

Regards