Fix: 移除页脚
This commit is contained in:
@ -141,18 +141,6 @@
|
|||||||
</v-fade-transition>
|
</v-fade-transition>
|
||||||
</router-view>
|
</router-view>
|
||||||
</v-main>
|
</v-main>
|
||||||
|
|
||||||
<!-- 页脚 -->
|
|
||||||
<v-footer app class="pa-4 bg-grey-lighten-5">
|
|
||||||
<div class="d-flex justify-space-between align-center w-100">
|
|
||||||
<div class="text-caption text-disabled">
|
|
||||||
© {{ new Date().getFullYear() }} {{ appInfo.author }} - {{ $t('allRightsReserved') }}
|
|
||||||
</div>
|
|
||||||
<div class="text-caption text-disabled">
|
|
||||||
v{{ appInfo.version }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</v-footer>
|
|
||||||
</v-app>
|
</v-app>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user