Skip to content

Fix client-side metrics display#126

Open
asherkin wants to merge 1 commit intounderground-works:masterfrom
asherkin:patch-1
Open

Fix client-side metrics display#126
asherkin wants to merge 1 commit intounderground-works:masterfrom
asherkin:patch-1

Conversation

@asherkin
Copy link

Vue 3 changed the order of v-if and v-for evaluation, which had this trying to index an undefined variable.

Per the recommendation in the upstream docs, created a pre-filtered array as a computed property to use instead of combining them on the same element.

Vue 3 changed the order of `v-if` and `v-for` evaluation, which had this trying to index an undefined variable.

Per the recommendation in the upstream docs, created a pre-filtered array as a computed property to use instead of combining them on the same element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant