vue error logging

        Vue is not defined

          Here error

    const app=new Vue({
                the '# app1'
                data:{
                    message:'show',
                    movies: [ 'Inception', 'pirate Shura', 'Godfather']
                }
            })

      

      It was my introduction vue file

    

    <script src="../../js/vue.js"></script>

      Not at the head of the html page

        

Guess you like

Origin www.cnblogs.com/jflalove/p/11839310.html