Posts by Leonardo • 11 points
1 post
-
0
votes0
answers19
viewsQ: Transition with Vue grid
I have the following code in my component: HTML <template> <div id="app" :class="[ { 'hide-menu': !isMenuVisible || !user }, { 'hide-header-footer': !user }, ]" > <Header…