I have a project where I have placed the external js
files like jquery, datepicker
etc in the 'static' folder. I am importing them in the index.html
file.
It is getting picked correctly when the page is directly loaded. But when navigating to the page using $this.router.push('/dashboard')
the javascript
does not get picked up.
Not sure if I am missing something here