Saitmob
Results
1
issues of
Saitmob
目前用起来感觉不太方便,自己封装了自定义的Vue组件后,如果可以直接在`content`传入`jsx`就好了,但是目前必须传入`HTML`字符串 ```docking.layout = [ { type: "LayoutGroup", orientation: "horizontal", items: [ { type: "LayoutGroup", items: [ { type: "LayoutPanel", id: "tabPanel", label: "Input", items: [ { label: "TextBox Tab", content:...