javascript - Change CSS Dynamically in Vue -


is there way change css properties asynchronously?

i have full access node, vue, , it's sit in chrome browser, , text need update css various pages long, browser slows crawl while css applying.

fontsize (newsize) {   document.getelementbyid('text').style.fontsize = `${newsize}px` } 

i need modify update page better, , i'm not sure how go it. looking @ async module, it's awfully dense , i'm not 100% sure offers need.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -