webcomponents / webcomponents/custom-elements-everywhere

Vue does not handle prop named value well

Open
#988 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.