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

fix(vuetify): updated layout to be on par with vuetify 2.x #619

Merged
merged 4 commits into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.