This commit is contained in:
2019-01-29 00:59:15 +00:00
parent 3432a56a58
commit 3e7950cc53
2 changed files with 20 additions and 6 deletions

View File

@@ -33,7 +33,22 @@
</v-layout>
</v-container>
</v-content>
<v-footer app color="primary" dark height="auto">
<v-footer >
<v-layout>
<v-flex primary
py-2
text-xs-center
white--text
xs12>
<div>
<a href="https://ayanova.com" target="_blank"><span class="white--text caption">AyaNova ({{version}}) {{copyright}}</span></a>
</div>
</v-flex>
</v-layout>
</v-footer>
<!-- <v-footer app color="primary" dark height="auto">
<v-layout row wrap="" align-center>
<v-flex xs12>
<div class="ml-3">
@@ -42,7 +57,7 @@
</div>
</v-flex>
</v-layout>
</v-footer>
</v-footer> -->
</v-app>
</template>