discourse-subscriptions/assets/javascripts/discourse/components/payment-options.js.es6

8 lines
118 B
Plaintext
Raw Normal View History

2019-12-05 22:33:38 -05:00
export default Ember.Component.extend({
actions: {
clickPlan(plan) {
this.selectPlan(plan);
}
}
});