component-register
component-register copied to clipboard
should initialized props in new element
This helps frameworks such as Vue to detect element props
https://vuejs.org/guide/extras/web-components.html#passing-dom-properties
e.g
const elem = new TestElem();
expect('name' in elem).toBe(true)
@ryansolid
🎃
Hey, buddy, this change has passed the test