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

Commit

Permalink
feat: added inline code component
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Jan 21, 2024
1 parent 6115583 commit 3e0f94a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const tokens = await codeToThemedTokens('<div class="foo">bar</div>', {
<EContainer :style="container">
<ESection :style="box">
<ECodeBlock style="padding: 20px;" :code="code" lang="typescript" theme="min-dark" />
<ECodeInline>@vue-email/nuxt</ECodeInline>
</ESection>
</EContainer>
</EBody>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"dependencies": {
"@nuxt/kit": "^3.8.2",
"defu": "^6.1.3",
"vue-email": "npm:[email protected]28430607.be7e220",
"@vue-email/compiler": "npm:@vue-email/[email protected]28430612.a126a88",
"vue-email": "npm:[email protected]28430632.51e5adc",
"@vue-email/compiler": "npm:@vue-email/[email protected]28430635.6a51ca4",
"sirv": "^2.0.3"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e0f94a

Please sign in to comment.