6 lines
79 B
JavaScript

module.exports = {
onMount: function () {
this.name = "app-bar";
},
};