DEV Community

Discussion on: Quick hack for using google translate (or other services) in Nuxt/Vue.js

Collapse
 
lewiscowles1986 profile image
Lewis Cowles

Surely binding to onMutation event handler, then just initing on the root element is the way to go?

Collapse
 
coolgoose profile image
Alexandru Bucur

hey Lewis, sounds, interesting. How would you do it in that case ? I assume you're talking about MutationObservers right ?