Dimitrios Karvounaris
Dimitrios Karvounaris
I updated this to today's state of the master branch in #273. It seems that #273 could be merged with no conflicts now.
I run into the same issue, while using this. Everything worked, until I wanted to move from the compiled template something directly into the component, where the compiled template was...
I tried to modify the data into computed properties instead, to see if this makes any difference and may cause the original data to update. Unfortunately, the same issue exists...
Correction: Part of what I wrote is not fully correct. I had set the "parent" property and used a computed method to return `this`, because it wouldn't work with `data`....
**Partial solution** So I have quite experimented around on this issue, while still learning some deeper aspects of Vuejs and deepening myself into some advanced topics. I figured something out....
Hehe, I finally did it, to make it work for any variable names (even though I said above I wouldn't). These are the changes required to make it work (still...