[Vuejs]-Bootstrap Navbar Doesn't Appear Properly in my Vue js App

0👍

OK, I figured out the problem.

Once I pasted the css Bootstrap link in the head of the index.html, the layout appeared properly:

I also had to paste the jquery and popper cdn links into the head to make the dropdown menu in the navbar work.

Leave a comment