| | |
| | | </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({ |