Thorsten Lünborg

Results 354 comments of Thorsten Lünborg
trafficstars

Please provide an actual reproduction.

We will solve this, it might take a few more days or weeks though.

Note: at least for Browser environments, you should be able to use [`Node.isConnected`](https://developer.mozilla.org/en-US/docs/Web/API/Node/isConnected) (at least for some use cases) to check wether the element is in the DOM (=component is...

The fiddle uses pre-1.0 syntax, but the config points to the latest vue versionl, therefore it's completely broken in its current form. This is valid 1.0 syntax: https://jsfiddle.net/hajkrupo/25/

For future questions, please visit forum.vuejs.org

This repo is deprecated, please forum.vuejs.org

`chosenfruite` was outside of the `data` property. It should be initialized in the data, like the `items` array. Example: https://jsfiddle.net/0od4hwmh/3/

Well, my provided example does work: it sets `chosenfruite` correctly, and no warning is displayed. What does not work for you?

Is there a more realistic scenario in which this happens? In your example, you use `v-model="modelValue"`, which is not allowed - you can't mutate props. This is likely the root...