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
Post a Comment