Commit cf6e7188 authored by zhengke's avatar zhengke

修改

parent f0a818d2
......@@ -7,13 +7,14 @@
</q-page-container>
<q-footer elevated class="bg-grey-8 text-white" style="position: unset;">
<q-toolbar>
<!-- <q-toolbar>
<q-toolbar-title>
<q-avatar>
<img src="https://cdn.quasar.dev/logo/svg/quasar-logo.svg" />
</q-avatar>Title
</q-toolbar-title>
</q-toolbar>
</q-toolbar> -->
<horBtm></horBtm>
</q-footer>
</q-layout>
</template>
......@@ -21,10 +22,12 @@
<script>
import horBigOne from "../components/navs/hor-big-one";
import horBigTwo from "../components/navs/hor-big-tow";
import horBtm from "../components/navs/hor-btm";
export default {
components: {
horBigOne,
horBigTwo
horBigTwo,
horBtm
},
data() {
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment