2017-02-20 16:04:50 -07:00

6 lines
133 B
JavaScript

module.exports = {
onMount: function() {
this.name = 'app-foo';
this.getWidget('bar').appendHtml('FOO');
}
};