Skip to content

Fix client-side metrics display #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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