[Add] add FooterPrimary and rename Footer(FooterSecondary) in App.vue

This commit is contained in:
barrystone
2021-03-28 16:39:08 +08:00
parent 87467524e1
commit 348e5a7638
7 changed files with 306 additions and 32 deletions

View File

@@ -1,8 +1,5 @@
<template>
<div id="home" class="home">
<header>
<!-- <Header /> -->
</header>
<section class="section-title">
<div class="home__title">
<div class="home__title-box1">
@@ -109,19 +106,14 @@
width="100%"
/>
</section>
<!-- <section class="section-sponsors">
</section> -->
</div>
</template>
<script lang="ts">
import { Component, Prop, Vue } from "vue-property-decorator";
import Header from "@/components/Header.vue";
@Component({
components: {
Header,
},
components: {},
})
export default class CFP extends Vue {
@Prop() private msg!: string;