Browse Source

整理代码

es6
guy 3 years ago
parent
commit
a3414cfba9
  1. 7
      examples/dev.html

7
examples/dev.html

@ -28,7 +28,6 @@
type: "bi.button", type: "bi.button",
text: "点击", text: "点击",
handler: function () { handler: function () {
debugger;
layout.populate([{ layout.populate([{
type: "bi.label", type: "bi.label",
key: "1", key: "1",
@ -45,11 +44,7 @@
items: [{ items: [{
type: "bi.label", type: "bi.label",
key: "123", key: "123",
text: 1 text: "start"
}, {
type: "bi.label",
key: "245",
text: 2
}], }],
ref: function (_ref) { ref: function (_ref) {
layout = _ref; layout = _ref;

Loading…
Cancel
Save