Component.extend({ isEqual: function() { return this.get('param1') === this.get('param2'); }.property('param1', 'param2') }); // if-equal.handlebars ...
確定! 回上一頁