Can anyone please tell me how to adjust this code for the new vuetify syntax with rows and cols instead of v-layout and v-flex? I tried a lot but couldn't get this to work.
<div id="app">
<v-app id="inspire">
<v-container fluid fill-height class="grey lighten-5 flex-column">
<v-layout column no-gutters style="width: 100%">
<v-flex xs10 class="red pa-4">
<div class="text-h4">1st Layout</div>
</v-flex>
<v-flex xs2 class="yellow pa-4">
<div class="text-h4">2nd Layout</div>
</v-flex>
</v-layout>
</v-container>
</v-app>
</div>
Link to codepen: https://codepen.io/anindyamanna/pen/oNLBQbW?editable=true&editors=101%3Dhttps%3A%2F%2Fvuetifyjs.com%2F