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
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This sandbox has a basic set up, sans styles, that works.
However, as soon as I try to use Vuetify it breaks. In this example I have the changed the group's root template from <div> to <v-card> and it yields TypeError: _vm.$parent.ruleById is not a function when I try to add a rule or group.
This sandbox has a basic set up, sans styles, that works.
However, as soon as I try to use Vuetify it breaks. In this example I have the changed the group's root template from
<div>
to<v-card>
and it yieldsTypeError: _vm.$parent.ruleById is not a function
when I try to add a rule or group.https://codesandbox.io/s/vuequerybuilder-vuetify-i5onh
The text was updated successfully, but these errors were encountered: