mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-06 05:59:34 +00:00
feat: 代码评审修改
This commit is contained in:
@@ -42,8 +42,8 @@ import Logger from '@/utils/Logger'
|
||||
|
||||
import VueDOMPurifyHTML from 'vue-dompurify-html' // 解决v-html 的安全隐患
|
||||
|
||||
// wangeditor 插件注册
|
||||
import { setupWangeditorPlugin } from '@/views/bpm/model/form/PrintTemplate'
|
||||
// wangEditor 插件注册
|
||||
import { setupWangEditorPlugin } from '@/views/bpm/model/form/PrintTemplate'
|
||||
|
||||
import print from 'vue3-print-nb' // 打印插件
|
||||
|
||||
@@ -67,8 +67,8 @@ const setupAll = async () => {
|
||||
setupAuth(app)
|
||||
setupMountedFocus(app)
|
||||
|
||||
// wangeditor 插件注册
|
||||
setupWangeditorPlugin()
|
||||
// wangEditor 插件注册
|
||||
setupWangEditorPlugin()
|
||||
|
||||
await router.isReady()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user