Hi,
How can I make feature flag streaming work with Vue reactivity?
I want to make it reactive in Vue so that when the feature flags change, the components using them will automatically update in real time.
For React users, there is an example using
@growthbook/growthbook-react
, but how can I do it in Vue?