public:computer:vuetifyjs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
public:computer:vuetifyjs [2021/10/07 14:23] – [Basic] alexpublic:computer:vuetifyjs [2021/10/07 15:00] (current) – [Basic] alex
Line 7: Line 7:
 <sxh html> <sxh html>
 <template> <template>
 +  <!-- App.vue -->
   <v-app>   <v-app>
-    <v-app-bar app/+    <v-navigation-drawer app
-    <v-navigation-drawer app/>+      <!-- --
 +    </v-navigation-drawer
 + 
 +    <v-app-bar app> 
 +      <!-- --> 
 +    </v-app-bar> 
 + 
 +    <!-- Sizes your content based upon application components -->
     <v-main>     <v-main>
 +
 +      <!-- Provides the application the proper gutter -->
       <v-container fluid>       <v-container fluid>
-        Contents Area+ 
 +        <!-- If using vue-router --> 
 +        <router-view></router-view>
       </v-container>       </v-container>
     </v-main>     </v-main>
-    <v-footer app/>+ 
 +    <v-footer app
 +      <!-- --> 
 +    </v-footer>
   </v-app>   </v-app>
 </template> </template>
 </sxh> </sxh>
  • public/computer/vuetifyjs.txt
  • Last modified: 2021/10/07 15:00
  • by alex