Ben Lin
2024-06-18 077b7006de46ad644aa321843303430513126ad0
src/components/Markdown/src/MarkdownViewer.vue
@@ -3,10 +3,10 @@
</template>
<script lang="ts" setup>
  import { defineProps, onBeforeUnmount, onDeactivated, Ref, ref, unref, watch } from 'vue';
  import { onBeforeUnmount, onDeactivated, Ref, ref, unref, watch } from 'vue';
  import VditorPreview from 'vditor/dist/method.min';
  import { onMountedOrActivated } from '@vben/hooks';
  import { useRootSetting } from '/@/hooks/setting/useRootSetting';
  import { useRootSetting } from '@/hooks/setting/useRootSetting';
  import { getTheme } from './getTheme';
  const props = defineProps({