publication v-1

This commit is contained in:
HAM!DREZA
2024-07-03 14:34:21 +03:30
parent d2f71b6b14
commit 1518075cc6
21 changed files with 247 additions and 185 deletions
@@ -17,7 +17,7 @@
>توضیحات</span
>
</div>
<div class="descriptions mt-[4vw] md:mt-[2.1vw] thin">
<div v-html="props.props.description" class="descriptions mt-[4vw] md:mt-[2.1vw] thin">
</div>
</template>
@@ -25,7 +25,4 @@
<script setup>
const props = defineProps(['props'])
if (process.client) {
document.querySelector('.descriptions').innerHTML = props.props.description;
}
</script>