component-register icon indicating copy to clipboard operation
component-register copied to clipboard

should initialized props in new element

Open huodoushigemi opened this issue 1 year ago • 2 comments

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)

huodoushigemi avatar Oct 20 '24 13:10 huodoushigemi

@ryansolid

huodoushigemi avatar Oct 23 '24 02:10 huodoushigemi

🎃

Hey, buddy, this change has passed the test

huodoushigemi avatar Nov 01 '24 07:11 huodoushigemi