diff --git a/frontend/src/components/EmailContent.vue b/frontend/src/components/EmailContent.vue index e6f2f3bc..edade130 100644 --- a/frontend/src/components/EmailContent.vue +++ b/frontend/src/components/EmailContent.vue @@ -23,6 +23,9 @@ const props = defineProps({ }, }) +const files = import.meta.globEager('/src/index.css') +const css = files['/src/index.css'].default + const iframeRef = ref(null) const htmlContent = ` @@ -30,16 +33,7 @@ const htmlContent = `