en_btr_frontend/app/components/book.hbs

3 lines
98 B
Handlebars
Raw Normal View History

<a {{on "click" this.selectBook}} class="{{this.selected}}" ...attributes>{{this.bookTitle}}</a>
2020-10-04 21:58:28 +00:00