This commit is contained in:
rakesh 2022-07-14 14:13:00 +05:30
parent 42fa2b55dc
commit b435ce7b18
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="holidayAssetsPage"> <div class="homepage-overflow-x-hidden white" v-if="holidayAssetsPage">
<div class="h3 my-5 py-5 body-font1">{{ resourcePage.contentHeading }}</div> <div class="h3 my-5 py-5 body-font1">{{ holidayAssetsPage.contentHeading }}</div>
<div v-html="holidayAssetsPage.content"></div> <div v-html="holidayAssetsPage.content"></div>
</div> </div>