Closed leanjunio closed 4 years ago
I created a computed property in the App component called align and I made it check whether the path is / or not. If the path was /, apply the center class to div#app, if not, set the value of align to empty /.
align
/
center
div#app
I created a computed property in the App component called
align
and I made it check whether the path is/
or not. If the path was/
, apply thecenter
class todiv#app
, if not, set the value of align to empty/
.