app.component('broker-list', { template: `
{{item.title}}
{{item.region}}
`, data() { return {} }, props: { list: { type: Array, default: [], }, }, methods: { }, });