Reply To: How to implement porto template to nuxt js

#10034206
adi
Participant

Hi Thanks for reply,

I am able to load jquery and its plugin on nuxt by add the vendor script and css to head section in nuxt, for first load it work perfectly, but when navigating using “router-link” to another page , animation not work anymore, seems that theme.js and theme-init.js not triggered again after navigate page,

maybe because of Nuxt using Universal mode (SPA in client side) it not reload the script like in first load of website.

do you have solution or experience on it ?