We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec78dc commit 5b6865bCopy full SHA for 5b6865b
apps/docs/src/pages/composables/plugins/use-features.md
@@ -29,10 +29,10 @@ const app = createApp(App)
29
app.use(
30
createFeaturesPlugin({
31
features: {
32
- 'analytics': true,
33
- 'debug_mode': false,
34
- 'notifications': false,
35
- 'search': { $value: true, $variation: 'v2' },
+ analytics: true,
+ debug_mode: false,
+ notifications: false,
+ search: { $value: true, $variation: 'v2' },
36
},
37
})
38
)
0 commit comments