resource handing
This commit is contained in:
parent
455f464f48
commit
a5ff8e51ae
|
@ -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> -->
|
||||||
|
|
Loading…
Reference in New Issue