app.component('review-list', { template: /*html*/ `

There are no reviews yet.

Reviews:

`, props: { reviews: { type: Array, required: true } } })