提交 14223b38 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 45f5b58f
......@@ -11,10 +11,10 @@ import { saveAs } from 'file-saver'
import html2pdf from 'html2pdf.js'
import { useCookies } from '@vueuse/integrations/useCookies'
import { useAppConfig } from '@/composables/useAppConfig'
import { useLiveMonitor } from '@/composables/useLiveMonitor'
// import { useLiveMonitor } from '@/composables/useLiveMonitor'
const appConfig = useAppConfig()
useLiveMonitor({ autoStart: !!appConfig.liveMonitor })
// useLiveMonitor({ autoStart: !!appConfig.liveMonitor })
const Question = defineAsyncComponent(() => import('../components/Question.vue'))
const Info = defineAsyncComponent(() => import('../components/Info.vue'))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论