mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增图层列表右键菜单
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
:index="index"
|
||||
:style="useComponentStyle(item.attr, index)"
|
||||
:item="item"
|
||||
@contextmenu="handleContextMenu($event, index)"
|
||||
@mousedown="mousedownHandle($event, item)"
|
||||
@mouseenter="mouseenterHandle($event, item)"
|
||||
@mouseleave="mouseleaveHandle($event, item)"
|
||||
@contextmenu="handleContextMenu($event, index)"
|
||||
>
|
||||
<component
|
||||
class="edit-content-chart"
|
||||
|
||||
Reference in New Issue
Block a user