#Error: Avoid app logic that relies on enumerating keys on a component instance.
4 messages · Page 1 of 1 (latest)
@little vessel
Nothing special I guess. Rendering it via v-for. In component I only render things base on params.
4 messages · Page 1 of 1 (latest)
It seems like you are enumerating over keys in a component instance, like the error says 😝
Could you share a bit more of what you are doing with the component?
@little vessel
Nothing special I guess. Rendering it via v-for. In component I only render things base on params.