2017-02-20 16:30:16 -07:00

6 lines
136 B
JavaScript

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