修复一级头部栏bug
This commit is contained in:
parent
20809050a7
commit
20205c2581
|
@ -16,9 +16,6 @@ import {initFlowbite} from 'flowbite'
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
initFlowbite();
|
initFlowbite();
|
||||||
})
|
})
|
||||||
</script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import NavBar from "@/components/HomeComponents/NavBar.vue";
|
import NavBar from "@/components/HomeComponents/NavBar.vue";
|
||||||
|
|
||||||
import Icp from "@/components/HomeComponents/Icp.vue";
|
import Icp from "@/components/HomeComponents/Icp.vue";
|
||||||
|
@ -28,9 +25,6 @@ import ProjectList from "@/components/HomeComponents/ProjectList.vue";
|
||||||
import TeamProfile from "@/components/HomeComponents/TeamProfile.vue";
|
import TeamProfile from "@/components/HomeComponents/TeamProfile.vue";
|
||||||
import ExcellentMember from "@/components/HomeComponents/ExcellentMember.vue";
|
import ExcellentMember from "@/components/HomeComponents/ExcellentMember.vue";
|
||||||
|
|
||||||
export default{
|
|
||||||
components: {Icp, More,ProjectList, ExcellentMember, NewProfile, TeamProfile, Carousel, NavBar},
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user