[Vuejs]-How can I get body html element inside the template in vue.js?

0👍

I couldn’t get the outer elements because I had scoped in style tag. But removing it would add other problems.

Changing body styles in vue router
This method works but it is kinda tricky. I thought there is more convenient way to change styles for particular templates.

Leave a comment