10 lines
102 B

export default {
data: {
props: {
'data-foo': 'bar'
}
},
html: `<input data-foo="bar">`
};