Vue is not a constructor

前端 未结 2 958
悲&欢浪女
悲&欢浪女 2021-02-12 15:25

I using webpack, after build and run in chrome show this error,I don\'t know how to solve it.

My code is very simple:

<         


        
2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-12 15:49

    Vue is the default export from that library so you import like this.

    import Vue from 'vue'
    

提交回复
热议问题