Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ddd71d

Browse files
Changed deprecated v-content to v-main in App.vue component. Changed class for menu locale.
1 parent 1120532 commit 9ddd71d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v5.0.13 (October 12, 2020)
2+
3+
- Changed deprecated v-content to v-main in App.vue component
4+
- Removed unused class
5+
16
## v5.0.12 (October 12, 2020)
27

38
- French localization (Thanks to alpliar: <https://github.com/davellanedam/vue-skeleton-mvp/pull/247>)

‎src/App.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<template>
22
<v-app>
33
<Toolbar />
4-
<v-content class="text-center">
4+
<v-main class="text-center">
55
<loading />
66
<v-container fluid>
77
<transition name="fade" mode="out-in">
88
<router-view />
99
</transition>
1010
</v-container>
11-
</v-content>
11+
</v-main>
1212
<Footer />
1313
</v-app>
1414
</template>

‎src/components/core/LocaleChanger.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:value="item.lang"
1515
@click="switchLocale(item.lang)"
1616
:class="[item.class]"
17-
class="'d-inline-flex"
17+
class="d-block-flex"
1818
>
1919
<country-flag :country="item.flag" size="small" />
2020
<v-list-item-title class="ml-3">{{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /