Attempting to pass props through render in Vue.js and watch them Attempting to pass props through render in Vue.js and watch them vue.js vue.js

Attempting to pass props through render in Vue.js and watch them


I expect the issue here is you simply didn't define the property, useThisColor, on the MyDrawing component.

Here is an example.