Skip to content

Commit

Permalink
fix(template): update v-content to v-main (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
benyou1969 authored Jul 20, 2020
1 parent 6e14328 commit 39eddce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<v-content>
<v-main>
<v-fade-transition mode="out-in">
<router-view />
</v-fade-transition>
</v-content>
</v-main>
</template>

<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
</v-btn>
</v-app-bar>

<v-content>
<v-main>
<%_ if (router) { _%>
<router-view/>
<%_ } else { _%>
<HelloWorld/>
<%_ } _%>
</v-content>
</v-main>
</v-app>
</template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
</v-btn>
</v-app-bar>

<v-content>
<v-main>
<%_ if (router) { _%>
<router-view/>
<%_ } else { _%>
<HelloWorld/>
<%_ } _%>
</v-content>
</v-main>
</v-app>
</template>

Expand Down

0 comments on commit 39eddce

Please sign in to comment.