|
@@ -32,7 +32,6 @@ import { Editor, Toolbar } from '@wangeditor/editor-for-vue'
|
|
|
import { i18nChangeLanguage } from '@wangeditor/editor'
|
|
|
import { isNumber } from '@/utils/is'
|
|
|
import Snackbar from '@/plugins/snackbar'
|
|
|
-import { getExcludeKeys } from './util/toolbarConfig'
|
|
|
// import { getAccessToken, getTenantId } from '@/utils/auth'
|
|
|
|
|
|
i18nChangeLanguage('zh-CN')
|
|
@@ -109,6 +108,7 @@ const onBlurFun = (editor) => {
|
|
|
}
|
|
|
|
|
|
// 编辑器配置
|
|
|
+import { getExcludeKeys } from './util/toolbarConfig'
|
|
|
const toolbarConfig = reactive({ excludeKeys: getExcludeKeys() })
|
|
|
|
|
|
// 编辑器配置
|