export default { get props() { return { things: ['one', 'two', 'three'], selected: 'two' }; }, html: `