Hi @ata2151 ,
Thank you for sharing, the issue is that Vue latest library has been updated, so we need to specify the version in the script tag
Please, replace the tag
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
By
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js"></script>
We are updating it in the notebooks in the meantime.
Please, let me know if that works for you