Small cleaning for rebuilding intro

This commit is contained in:
hyperbola
2021-01-20 01:44:31 +08:00
parent 89ae347c83
commit c63a453d5a
3 changed files with 160 additions and 718 deletions

View File

@@ -9,20 +9,19 @@
</div>
<!-- WTF = = -->
<CfpHeader id="cfp-header" />
<!--<Intro id="cfp-intro"></Intro>-->
<Intro id="cfp-intro"></Intro>
</div>
</template>
<script lang="ts">
import { Component, Prop, Vue } from 'vue-property-decorator';
// components
import CfpHeader from '@/components/CFP/Header.vue';
// import Intro from '@/components/CFP/Intro.vue';
import Intro from '@/components/CFP/Intro.vue';
@Component({
components: {
CfpHeader
// Intro
CfpHeader,
Intro
}
})
export default class CFP extends Vue {