Index.vue 86 B

12345
  1. <template>
  2. <v-container fluid>
  3. <h1>Index Page</h1>
  4. </v-container>
  5. </template>