"dependencies": {
"ant-design-vue": "^1.7.2",
"bootstrap": "^4.6.0",
"core-js": "^3.8.3",
"nuxt": "^2.14.12",
"popper.js": "^1.16.1"
}
Despite having all the dependencies correctly set up in my Nuxt.js project, I am facing issues trying to add Bootstrap's plugins. Both my nuxt.config.js and package.json seem to be fine, so I'm puzzled as to why it's not working.