Nuxt A/B Testing module playground
dark
dark
Component with inline variants
{
"id": "sign-up",
"value": "Sign Up Now!"
}
Component with inline variants as objects
{
"id": "green",
"value": {
"background": "green",
"color": "white"
}
}
Component with inline weighted variants
{
"id": "b",
"value": "90%",
"weight": 0.9
} 90%
Component with disabled test
Composable
variant: Variant 3