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
Tested with latest v.0.12.5, seems v-component does not work with v-repeat as it does with "component is" or "my-component". It would not be much problem if it was not for tables where the TR must be used.
I have created a fiddle, where you can see is failing and the error in the console would be Do not create a component that only contains a single other component - they will be mounted to the same element and cause conflict. Wrap it with an outer element
The text was updated successfully, but these errors were encountered:
Tested with latest v.0.12.5, seems v-component does not work with v-repeat as it does with "component is" or "my-component". It would not be much problem if it was not for tables where the TR must be used.
Example:
I have created a fiddle, where you can see is failing and the error in the console would be
Do not create a component that only contains a single other component - they will be mounted to the same element and cause conflict. Wrap it with an outer element
The text was updated successfully, but these errors were encountered: