export default { html: ` `, data: { components: [ { name: 'foo', edit: true }, { name: 'bar', edit: false }, { name: 'baz', edit: false } ] } };