所有菜单的 name 都加上模块的前缀,避免冲突

This commit is contained in:
YunaiV
2023-04-08 11:49:28 +08:00
committed by &wxr
parent 00a2818c01
commit f46c0e24fe
70 changed files with 97 additions and 96 deletions

View File

@@ -26,7 +26,7 @@ import {createModel, getModel, updateModel} from "@/api/bpm/model";
// import MyProcessPanel from "../package/process-panel/ProcessPanel";
export default {
name: "App",
name: "BpmModelEditor",
components: { MyProcessPalette },
data() {
return {