10 lines
103 B

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