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

Loading…
Cancel
Save