This template was created based on the Bootstrap 5 Sticky Footer and Nav example, but with a twist. I am implementing Vue.js 3 in my project, and encountered an issue where adding my custom script within the id="awApp" element caused the sticky footer functionality to break. Instead of staying fixed at the bottom of the page, the footer started floating up right under the body. However, it's crucial for me to have the footer included in the Vue app because I need to compute a dynamic date within it.
Requirement: The footer must remain sticky at the bottom (not fixed) while allowing for the computation of a live copyright date.