export default { skip_if_ssr: true, get props() { return { value: 'hello!' }; }, html: `
hello!
goodbye!