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

Commit 3e0f94a

Browse files
committed
feat: added inline code component
1 parent 6115583 commit 3e0f94a

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

client/emails/code-block.vue renamed to client/emails/code-components.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const tokens = await codeToThemedTokens('<div class="foo">bar</div>', {
3232
<EContainer :style="container">
3333
<ESection :style="box">
3434
<ECodeBlock style="padding: 20px;" :code="code" lang="typescript" theme="min-dark" />
35+
<ECodeInline>@vue-email/nuxt</ECodeInline>
3536
</ESection>
3637
</EContainer>
3738
</EBody>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"dependencies": {
5151
"@nuxt/kit": "^3.8.2",
5252
"defu": "^6.1.3",
53-
"vue-email": "npm:vue-email-edge@0.8.5-28430607.be7e220",
54-
"@vue-email/compiler": "npm:@vue-email/compiler-edge@0.8.7-28430612.a126a88",
53+
"vue-email": "npm:vue-email-edge@0.8.5-28430632.51e5adc",
54+
"@vue-email/compiler": "npm:@vue-email/compiler-edge@0.8.7-28430635.6a51ca4",
5555
"sirv": "^2.0.3"
5656
},
5757
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)