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

5 lines
97 B
JavaScript

module.exports = {
onMount: function() {
this.name = 'app-component-config';
}
};