I am new to Vue. I am trying to develop a chatting application where friend list will be shown on the left menu and the chat box will be shown at the body. I am loading frie
In my case, I was migrating from a project that didn't use VueCLI. In that project, I imported vue from a CDN . In my Vue CLI project, I had copied and pasted my whole index.html file to the
Public
folder. Vue CLI has it's own way of importing vue so they were clashing. I simply removed the script and the problem was solved.