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
In the component, conditionalFeatures is undefined, but customization is present. If you remove bb from the component, then conditionalFeatures becomes available. If this were to follow vue's standard patterns, the objects would be merged and both properties would be present.
The text was updated successfully, but these errors were encountered:
Thanks @mikeapr4. Currently we have a workaround, because we can just avoid accessing the object through this and instead access it through the traditional means. So like you i'm not sure if I will be able to prioritize a fix soon, but if I can, I will submit a PR. Thanks for the sweet library!
Creating global mixin
Component
In the component,
conditionalFeatures
isundefined
, butcustomization
is present. If you removebb
from the component, thenconditionalFeatures
becomes available. If this were to follow vue's standard patterns, the objects would be merged and both properties would be present.The text was updated successfully, but these errors were encountered: