publication v-1
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
>
|
||||
درباره ما
|
||||
</h2>
|
||||
<p
|
||||
class="about text-[#383E43] max-w-[766px] text-[3.59vw] md:text-[1.335vw] mt-[4vw] md:mt-[1.354vw] mb-[6vw] md:mb-0 leading-[7.179vw] md:leading-[2.865vw]"
|
||||
<div
|
||||
v-html="info.data.value.about"
|
||||
class="about text-[#383E43] max-w-[766px] text-[3.59vw] md:text-[16px] mt-[4vw] md:mt-[1.354vw] mb-[6vw] md:mb-0 leading-[7.179vw] font-light md:leading-[1.865vw]"
|
||||
>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative basis-1/1 md:basis-1/2">
|
||||
@@ -29,9 +29,7 @@
|
||||
</template>
|
||||
<script setup>
|
||||
const info = await useFetch('/api/settings')
|
||||
if (process.client) {
|
||||
document.querySelector('.about').innerHTML = info.data.value.about
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user