I have been developing an app locally with Rails 6 sprinkled with Vue and Vuetify front end. It all works fine locally. However, when I try to deploy it from Heroku I get the following error in the debug console
[Vuetify] v-ripple can only be used on block-level elements
The site loads but but looses all the formatting so just looks like plain text. I have found this previous post but none of these solutions worked for me.