I am using VueJS and jQuery with following dependencies. Can someone explain why the result is true in one place and false in other?
"dependencies": {
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.1.0",
"core-js": "^3.3.2",
"jquery": "^3.4.1",
"vue": "^2.6.10"
}