Vue 3, Uncaught TypeError: Vue.use is not a function

Viewed 5255

I am trying to upgrade the Laravel project's frontend into Vue 3 from vue 2. During the process, I faced one issue

Uncaught TypeError: Vue.use is not a function

I don't know what the problem is, please help me if you have any ideas. Thanks.

2 Answers
Related