Ben Lin
2024-06-25 3505aa60ad15de91bc9b437ca8d69124c8074974
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({