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
@@ -31,28 +31,54 @@ Replace 'your-azure-configuration-readonly-connection-string' with your actual c
31
31
32
32
## Using in Vue Components
33
33
34
-
Inject the feature flags manager and use it to check feature flags:
34
+
The plugin provides two methods: getFeatureFlag for a non-reactive, one-time check, and getFeatureFlagReactive for a reactive, continuously updated check.
<pv-if="isFeatureEnabled">This feature is enabled!</p>
80
+
<pv-else>This feature is disabled.</p>
81
+
</template>
56
82
```
57
83
58
84
Inspired by [@azure/app-configuration](https://www.npmjs.com/package/@azure/app-configuration), [vue3-application-insights](https://www.npmjs.com/package/vue3-application-insights) and
0 commit comments