Browse Source

优化一下context的传递

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

2
examples/tab-context.html

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

Loading…
Cancel
Save