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

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Jan 21, 2024
1 parent 205bda7 commit 6115583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script setup>
<script setup lang="ts">
const main = {
backgroundColor: '#f6f9fc',
fontFamily: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif',
Expand Down
2 changes: 1 addition & 1 deletion playground/server/api/test.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useCompiler } from '#vue-email'

export default defineEventHandler(async () => {
try {
const template = await useCompiler('test.vue', {
const template = await useCompiler('TestEmail.vue', {
props: {
username: 'Flowko',
},
Expand Down

0 comments on commit 6115583

Please sign in to comment.