Ben Lin
2024-07-04 5fdea06fbfc49a8ae8f20054db6b27fcf4ade75f
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({