resource handing

This commit is contained in:
sidharth 2022-02-12 13:29:41 +05:30
parent 455f464f48
commit a5ff8e51ae
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<v-container> <v-container>
<div class="homepage-overflow-x-hidden white" v-if="resourcePage"> <div class="homepage-overflow-x-hidden white" v-if="resourcePage">
<div class="h3 my-5 py-5 body-font1">{{ resourcePage.title }}</div> <div class="h3 my-5 py-5 body-font1">{{ resourcePage.contentHeading }}</div>
<div v-html="resourcePage.content"></div> <div v-html="resourcePage.content"></div>
</div> </div>
<!-- <div class="h3 my-5 py-5 body-font1">Resources</div> --> <!-- <div class="h3 my-5 py-5 body-font1">Resources</div> -->