forked from UzTech/Vue3-typescript-demo
fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user