ComponentSystem.register('mirrors-table', { template: `
`, data() { return { columns: mirrorsTableColumns, data: mirrorsTableData, } }, })