[Style] Rename IntrodContainer.vue to Intro.vue
This commit is contained in:
parent
e427a878d9
commit
cb1f4fb33e
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="cfp" class="cfp cfp-background">
|
<div id="cfp" class="cfp cfp-background">
|
||||||
<!-- CfpHeader id="cfp-header"/ -->
|
<!-- CfpHeader id="cfp-header"/ -->
|
||||||
<IntrodContainer id="cfp-intro"></IntrodContainer>
|
<Intro id="cfp-intro"></Intro>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -10,12 +10,12 @@
|
|||||||
import { Component, Prop, Vue } from 'vue-property-decorator';
|
import { Component, Prop, Vue } from 'vue-property-decorator';
|
||||||
// components
|
// components
|
||||||
import CfpHeader from '@/components/CFP/Header.vue';
|
import CfpHeader from '@/components/CFP/Header.vue';
|
||||||
import IntrodContainer from '@/components/CFP/IntrodContainer.vue';
|
import Intro from '@/components/CFP/Intro.vue';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
components: {
|
components: {
|
||||||
CfpHeader,
|
CfpHeader,
|
||||||
IntrodContainer
|
Intro
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
export default class CFP extends Vue {
|
export default class CFP extends Vue {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user