D
D
Doclassif02021-03-16 07:59:37
JavaScript
Doclassif0, 2021-03-16 07:59:37

How to make v-app-bar taller than v-navigation-drawer?

<template>
  <v-app>

    <v-app-bar app color="red" prominent></v-app-bar>

    <v-navigation-drawer app color="green"></v-navigation-drawer>

    <v-main>
      <v-container>

        <router-view></router-view>

      </v-container>
    </v-main>

    <v-footer app color="blue" ></v-footer>
  </v-app>
</template>

60503b2d4f355209293139.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question