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

Commit

Permalink
fix(vuetify): updated layout to be on par with vuetify 2.x (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzint authored Oct 6, 2020
1 parent b3be2d1 commit 4ceb4c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-layout>
<v-flex class="text-center">
<v-row>
<v-col class="text-center">
<img
src="/v.png"
alt="Vuetify.js"
Expand All @@ -14,6 +14,6 @@
</small>
</footer>
</blockquote>
</v-flex>
</v-layout>
</v-col>
</v-row>
</template>
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ Generated by [AVA](https://avajs.dev).
devDependencies: {
'@vue/test-utils': '^1.1.0',
'babel-core': '7.0.0-bridge.0',
'babel-jest': '^26.3.0',
'babel-jest': '^26.5.0',
jest: '^26.4.2',
'vue-jest': '^3.0.4',
},
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit 4ceb4c1

Please sign in to comment.