chore: install prettier
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<div v-if="previewMode">
|
||||
<component :is="'style'" v-html="styles" />
|
||||
<component
|
||||
:is="'style'"
|
||||
v-html="styles"
|
||||
/>
|
||||
<div
|
||||
class="container py-6"
|
||||
:style="{
|
||||
@@ -72,14 +75,28 @@
|
||||
opacity: 0.15,
|
||||
}"
|
||||
>
|
||||
<SvgIcon v-bind="{ name: 'image.svg', type: 'black', size: 180 }" />
|
||||
<SvgIcon
|
||||
v-bind="{
|
||||
name: 'image.svg',
|
||||
type: 'black',
|
||||
size: 180,
|
||||
}"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr v-if="content.message">
|
||||
<td class="content-padding" :style="{ paddingBottom: '20px', paddingTop: '30px' ,paddingRight: '25px', paddingLeft: '25px'}">
|
||||
<td
|
||||
class="content-padding"
|
||||
:style="{
|
||||
paddingBottom: '20px',
|
||||
paddingTop: '30px',
|
||||
paddingRight: '25px',
|
||||
paddingLeft: '25px',
|
||||
}"
|
||||
>
|
||||
<div
|
||||
:style="{
|
||||
border: '1px solid #e5e7eb',
|
||||
@@ -99,7 +116,10 @@
|
||||
wordBreak: 'break-word',
|
||||
}"
|
||||
>
|
||||
<div class="content" v-html="processedMessage" />
|
||||
<div
|
||||
class="content"
|
||||
v-html="processedMessage"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -145,7 +165,10 @@
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="company-padding" :style="{ paddingBottom: '20px' }">
|
||||
<td
|
||||
class="company-padding"
|
||||
:style="{ paddingBottom: '20px' }"
|
||||
>
|
||||
<div
|
||||
class="company-info"
|
||||
:style="{
|
||||
@@ -212,7 +235,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { imageUrl } from '@/components/marketing/email/Email.utils';
|
||||
import { imageUrl } from "@/components/marketing/email/Email.utils";
|
||||
import { computed } from "vue";
|
||||
|
||||
interface KeywordItem {
|
||||
|
||||
Reference in New Issue
Block a user