Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit b9a0416

Browse files
committed
chore: updated version
1 parent 3c7fd76 commit b9a0416

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"json5": "^2.2.3",
5252
"sirv": "^2.0.4",
5353
"vue-component-meta": "^2.0.19",
54-
"vue-email-edge": "0.8.11-28625169.b0e7800",
54+
"vue-email-edge": "0.8.11-28625178.e947738",
5555
"@vitejs/plugin-vue": "^5.0.5"
5656
},
5757
"devDependencies": {

playground/components/Email2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const footer = {
5959
<EPreview> The sales intelligence platform that helps you uncover qualified leads. </EPreview>
6060
<EBody :style="main">
6161
<EContainer :style="container">
62-
<EImg src="/static/koala-logo.png" width="170" height="50" alt="Koala" :style="logo" />
62+
<EImg src="https://vue-email-demo.vercel.app/static/koala-logo.png" width="170" height="50" alt="Koala" :style="logo" />
6363
<EText :style="paragraph"> Hi {{ userFirstname }}, </EText>
6464
<EText :style="paragraph"> Welcome to Koala, the sales intelligence platform that helps you uncover qualified leads and close deals faster. </EText>
6565
<ESection :style="btnContainer">

pnpm-lock.yaml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)