[fix] fix ts warm and revise the introd make the last btn visible

This commit is contained in:
mysper
2021-01-20 11:40:26 +08:00
parent 569b75aed2
commit 6e306ce1b8
3 changed files with 16 additions and 16 deletions

View File

@@ -8,17 +8,17 @@
</template>
<script lang="ts">
import { Component, Prop, Vue } from "vue-property-decorator";
import NewsHeader from "@/components/news/Header.vue";
import Schedule from "@/components/news/Schedule.vue";
import Agenda from "@/components/news/Agenda.vue";
import { Component, Prop, Vue } from 'vue-property-decorator';
import NewsHeader from '@/components/news/Header.vue';
import Schedule from '@/components/news/Schedule.vue';
import Agenda from '@/components/news/Agenda.vue';
@Component({
components: {
NewsHeader,
Schedule,
Agenda,
},
Agenda
}
})
export default class News extends Vue {
@Prop() private msg!: string;