You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very specific issue that only seems to be happening with <tr> elements. Here's a JSFiddle showing the behaviour. Basically the value extra that is passed in via v-with is not defined in the first 3 rows, but is in the second 3 rows. The only difference between them is their templates.
Looks like it's an issue with having more than one root element in the template.
Switching the table to divs recreates the same problem: http://jsfiddle.net/oLkd7sqn/5/
And adding an (albeit invalid) <div> wrapper around it fixed it http://jsfiddle.net/oLkd7sqn/6/
This is a very specific issue that only seems to be happening with
<tr>
elements. Here's a JSFiddle showing the behaviour. Basically the valueextra
that is passed in viav-with
is not defined in the first 3 rows, but is in the second 3 rows. The only difference between them is their templates.Here's the code from the fiddle:
And the output is:
The text was updated successfully, but these errors were encountered: