This commit is contained in:
yumoqing 2025-04-12 20:33:44 +08:00
parent 530315d6e0
commit 4e97bde57e

View File

@ -137,3 +137,5 @@ bricks.QAFrame = class extends bricks.PopupWindow {
this.main_w.add_widget(this.cw);
}
}
bricks.Factory.register('QAFrame', bricks.QAFrame);