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
rules is a computed property passed from Vuex store that's bound to Firestore.
RuleCard is a component like so
<template><v-cardelevation="3"tile><v-card-title>{{rule.title }}</v-card-text>
... And so on
<v-card-actions>
Some card actions
</v-card-actions></v-card></template><script>exportdefault{props: ['rule'],}</script>
While the rules are displayed, I get this error in console. What am I doing wrong? Seems like this gets called for each of the 7 test rules that I have.
The text was updated successfully, but these errors were encountered:
I'm using the wall to display a custom card component like so:
rules
is a computed property passed from Vuex store that's bound to Firestore.RuleCard
is a component like soWhile the rules are displayed, I get this error in console. What am I doing wrong? Seems like this gets called for each of the 7 test rules that I have.
The text was updated successfully, but these errors were encountered: