MicrosoftDocs / mslearn-build-api-azure-functions

MSLearn exercise code
MIT License
24 stars 58 forks source link

Updated to work with vue 3 #12

Closed sebgauthier closed 1 year ago

sebgauthier commented 2 years ago

Updated the code to work with the default version of Vue 3.

https://blog.vuejs.org/posts/vue-3-as-the-new-default.html

ggailey777 commented 1 year ago

Instead of your upgrade to Vue v3 (which @hymccord points out includes many updates we also don't want), I've instead accepted @hymccord's PR to instead just pin to Vue v2. If we decide we need to upgrade to Vue v3 in the future, we can return to this PR, which has the correct v3 code updates. Thanks for your help!