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

Commit 4ceb4c1

Browse files
authored
fix(vuetify): updated layout to be on par with vuetify 2.x (#619)
1 parent b3be2d1 commit 4ceb4c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<v-layout>
3-
<v-flex class="text-center">
2+
<v-row>
3+
<v-col class="text-center">
44
<img
55
src="/v.png"
66
alt="Vuetify.js"
@@ -14,6 +14,6 @@
1414
</small>
1515
</footer>
1616
</blockquote>
17-
</v-flex>
18-
</v-layout>
17+
</v-col>
18+
</v-row>
1919
</template>

packages/create-nuxt-app/test/snapshots/index.test.js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ Generated by [AVA](https://avajs.dev).
23122312
devDependencies: {
23132313
'@vue/test-utils': '^1.1.0',
23142314
'babel-core': '7.0.0-bridge.0',
2315-
'babel-jest': '^26.3.0',
2315+
'babel-jest': '^26.5.0',
23162316
jest: '^26.4.2',
23172317
'vue-jest': '^3.0.4',
23182318
},
Binary file not shown.

0 commit comments

Comments
 (0)