Vue is not defined

后端 未结 6 661
一向
一向 2021-02-07 04:48

I am trying to build a demo app with Vue.js. What I am getting is an odd error that Vue is not defined.





        
6条回答
  •  半阙折子戏
    2021-02-07 05:33

    I got this error but as undefined due to the way I included js files

    Initailly i had

    
    
    

    in the end of my .cshtml page GOT Error Vue not Defined but later I changed it to

     
    
    

    and magically it worked. So i assume that vue js needs to be loaded on top of the .vue

提交回复
热议问题