Skip to content

Commit 5b6865b

Browse files
committed
docs(useFeatures): update docs content
1 parent 0ec78dc commit 5b6865b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/docs/src/pages/composables/plugins/use-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ const app = createApp(App)
2929
app.use(
3030
createFeaturesPlugin({
3131
features: {
32-
'analytics': true,
33-
'debug_mode': false,
34-
'notifications': false,
35-
'search': { $value: true, $variation: 'v2' },
32+
analytics: true,
33+
debug_mode: false,
34+
notifications: false,
35+
search: { $value: true, $variation: 'v2' },
3636
},
3737
})
3838
)

0 commit comments

Comments
 (0)