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
Vue slots are not reactive in computed values. IE: in sys-omnibar when we do this.$slots, the function does not get reevaluated when the slot content changes.
This is what is keeping us from using sys-omnibar in artoo.
The text was updated successfully, but these errors were encountered:
Vue slots are not reactive in computed values. IE: in
sys-omnibar
when we dothis.$slots
, the function does not get reevaluated when the slot content changes.This is what is keeping us from using
sys-omnibar
in artoo.The text was updated successfully, but these errors were encountered: