In the index.html file, force the VueJS version to 2, line 11 :
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Getting Uncaught TypeError: Vue is not a constructor while running the Tailwind Traders project which is mentioned in the "Build Serverless APIs with Azure Functions" learning module. Due to this, after the complete setup, the page is not showing the data.
How can this be resolved?
''
I also tried importing vue like this(changes in the first 2 lines):
import Vue from 'vue';
var foo = (function () {
(I then call foo(); in the end)
but I got the following error:
Appreciate some help on this.
In the index.html file, force the VueJS version to 2, line 11 :
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.0"></script>