mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
优化
This commit is contained in:
parent
55eccd4f84
commit
3ad4403e98
@ -3,7 +3,7 @@ import { ModuleConfig } from "/@/cool";
|
|||||||
export default (): ModuleConfig => {
|
export default (): ModuleConfig => {
|
||||||
return {
|
return {
|
||||||
label: "代码编辑器",
|
label: "代码编辑器",
|
||||||
description: "基于 monaco 封装的代码编辑器",
|
description: "基于 monaco 封装的代码编辑器", // https://www.npmjs.com/package/monaco-editor
|
||||||
author: "COOL",
|
author: "COOL",
|
||||||
version: "1.0.1",
|
version: "1.0.1",
|
||||||
updateTime: "2024-02-04",
|
updateTime: "2024-02-04",
|
||||||
@ -14,9 +14,6 @@ export default (): ModuleConfig => {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
components: [
|
components: [() => import("./components/monaco.vue")]
|
||||||
// 代码编辑器 https://www.npmjs.com/package/monaco-editor
|
|
||||||
() => import("./components/monaco.vue")
|
|
||||||
]
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -3,7 +3,7 @@ import { ModuleConfig } from "/@/cool";
|
|||||||
export default (): ModuleConfig => {
|
export default (): ModuleConfig => {
|
||||||
return {
|
return {
|
||||||
label: "富文本编辑器",
|
label: "富文本编辑器",
|
||||||
description: "基于 wangEditor 封装的富文本编辑器",
|
description: "基于 wangEditor 封装的富文本编辑器", // https://www.wangeditor.com
|
||||||
author: "COOL",
|
author: "COOL",
|
||||||
version: "1.0.0",
|
version: "1.0.0",
|
||||||
updateTime: "2024-02-01",
|
updateTime: "2024-02-01",
|
||||||
|
Loading…
Reference in New Issue
Block a user