Browse Source

优化一下context的传递

es6
guy 3 years ago
parent
commit
1dd49715d4
  1. 2
      examples/tab-context.html

2
examples/tab-context.html

@ -45,7 +45,7 @@
return {
render: function () {
return {
type: "bi.button",
type: "bi.label",
text: store.model.text
};
}

Loading…
Cancel
Save