webcomponents / webcomponents/custom-elements-everywhere
Vue does not handle prop named value well
Open
Additional Tests
- Dominant language
- JavaScript
- Stars
- 1.3k
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
Setting `value` as property on a custom element fails. It gets passed as a string [Object Object] instead.
```html
```
```js
new Vue({
el: '#app',
data: {
message: {'hello': 'world'}
}
})
```
Codepen to reproduce: https://codepen.io/tornadoalert/pen/rNjVzbd
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.