test button click

This commit is contained in:
Rimian Perkins
2019-12-06 14:33:38 +11:00
parent 2ce314fc8d
commit d3eed3546d
5 changed files with 43 additions and 13 deletions
@@ -0,0 +1,7 @@
export default Ember.Component.extend({
actions: {
clickPlan(plan) {
this.selectPlan(plan);
}
}
});