Browse Source

Pull request #3392: 无jira fix: xtype 搞错了

Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6

* commit 'a6cc9b9ebf78f7ce9aace281036eeee0b44bd335':
  无jira fix: xtype 搞错了
es6
treecat-罗群 2 years ago
parent
commit
4e38506ea9
  1. 2
      src/case/combo/bubblecombo/popup.bubble.js

2
src/case/combo/bubblecombo/popup.bubble.js

@ -3,7 +3,7 @@ import { PopupView, Label } from "@/base";
@shortcut()
export class BubblePopupView extends PopupView {
static xtype = "bi.text_bubble_bar_popup_view";
static xtype = "bi.bubble_popup_view";
static EVENT_CLICK_TOOLBAR_BUTTON = "EVENT_CLICK_TOOLBAR_BUTTON";
static EVENT_CHANGE = "EVENT_CLICK_TOOLBAR_BUTTON";

Loading…
Cancel
Save