However, for some reason, both the Tooltip and Popover elements do not render the actual tooltips/popovers when I hover over them with my mouse. On my local environment, this works.
Looking into the inspector, I was able to see this difference (see images).
The local environment has the
v-if
v-if
(which is part of the component itself), but the website on production doesn't.