From 3a764403c918cfcee76675cb93486247bd52f706 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Thu, 21 Sep 2023 16:20:48 -0400 Subject: [PATCH] render note preview with MathJax --- src/components/product/form/start/Note.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/product/form/start/Note.vue b/src/components/product/form/start/Note.vue index 9ee0050..6eae35c 100644 --- a/src/components/product/form/start/Note.vue +++ b/src/components/product/form/start/Note.vue @@ -13,7 +13,7 @@ > + @@ -36,6 +35,8 @@ import { ref, computed, watchEffect } from "vue"; import { marked } from "marked"; +import Note from "@/components/product/item-card/note/Note.vue"; + interface Props { modelValue: string; }