Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 4d404ff

Browse files
authored
fix: updated layout to be in par with vuetify 2.x (#597)
1 parent f77d6bd commit 4d404ff

File tree

1 file changed

+4
-12
lines changed
  • packages/cna-template/template/frameworks/vuetify/pages

1 file changed

+4
-12
lines changed

packages/cna-template/template/frameworks/vuetify/pages/index.vue

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<template>
2-
<v-layout
3-
column
4-
justify-center
5-
align-center
6-
>
7-
<v-flex
8-
xs12
9-
sm8
10-
md6
11-
>
2+
<v-row justify="center" align="center">
3+
<v-col cols="12" sm="8" md="6">
124
<div class="text-center">
135
<logo />
146
<vuetify-logo />
@@ -80,8 +72,8 @@
8072
</v-btn>
8173
</v-card-actions>
8274
</v-card>
83-
</v-flex>
84-
</v-layout>
75+
</v-col>
76+
</v-row>
8577
</template>
8678

8779
<script>

0 commit comments

Comments
 (0)