This commit is contained in:
2021-09-26 11:05:00 +08:00
parent be191c0f93
commit df76b78735
13 changed files with 163 additions and 113 deletions

View File

@@ -11,8 +11,8 @@
</template>
<script lang="ts" setup>
import Footer from '@/components/Footer'
import Header from '@/components/Header'
import Footer from '@/components/Footer.vue'
import Header from '@/components/Header.vue'
import { ref, watch } from 'vue'
import { RouteLocationNormalizedLoaded, useRoute } from 'vue-router'
@@ -51,7 +51,8 @@ body {
margin: 0 auto;
}
.breadcrumb {
padding: 32px 0;
a {
text-decoration: none;
color: #2055ca;
}
</style>