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/[email protected]/dist/vue.min.js"></script>