Nuxt A/B Testing module playground

light
light

Component with inline variants

{ "id": "join-free", "value": "Join Free for a Month" }

Component with inline variants as objects

{ "id": "green", "value": { "background": "green", "color": "white" } }

Component with inline weighted variants

{ "id": "a", "value": "10%", "weight": 0.1 } 10%

Component with disabled test


Composable

variant: Variant 1