0

I use laravel 5.6, vuejs, and Bootstrap 3.3.7 as soon as I add the file app.js my dropdown stops working it asks popper.js When I added popper it returns another error "Uncaught TypeError: Cannot read property 'jquery' of null at new Popper " enter image description here

fouzo
  • 1
  • 1
  • 1
  • Click index.js:142 in console where error is displayed as per seen from your attachment. And send screen shot of it @fouzo – ImZedi May 12 '20 at 18:41

1 Answers1

0

I think the popper plugin you installed needs jquery. Can you try this https://www.npmjs.com/package/vue-popperjs

alprnkeskekoglu
  • 288
  • 1
  • 7