ErikCH / VuejsInActionCode

This is the Code For the Vue.js In Action Book!
297 stars 212 forks source link

Vue 2 Reference #73

Open dr-eck opened 2 years ago

dr-eck commented 2 years ago

Given that Vue has been at version 3 for a while now, it would be nice to have line 4 of the code changed to

    <script src="https://unpkg.com/vue@2.6.14"></script>

As it is, the simple reference to unpkg.com/vue brings in Vue 3, which doesn't work. Newbies like me take a while to figure out why the code isn't working.

davidwbsc commented 2 years ago

I second this idea! I couldn't find any mention in the book which version the book is about.