How to use window.onload when HTML rendered in Vue
My API returns me the HTML. It has an option to switch between multiple languages and the content for all languages is already embedded in the single HTML. There is an onload function inside the HTML that sets the default…