feat: add contextmenu components

This commit is contained in:
xiaoxian521
2021-05-07 22:28:38 +08:00
parent c10e38cdf2
commit 7ed66b321d
10 changed files with 315 additions and 13 deletions

View File

@@ -31,6 +31,7 @@ export const menusConfig = {
hsselector: "选择器组件",
hsflowChart: "流程图",
hsseamless: "无缝滚动",
hscontextmenu: "右键菜单",
},
},
en: {
@@ -54,6 +55,7 @@ export const menusConfig = {
hsselector: "Selector Components",
hsflowChart: "Flow Chart",
hsseamless: "Seamless Scroll",
hscontextmenu: "Context Menu",
},
},
};