Composables
useABTest
const { enabled, result } = useABTest({
id: 'theme',
variants: [
{ id: 'dark', value: 'dark' },
{ id: 'light', value: 'light' },
],
})
const { enabled, result } = useABTest({
id: 'theme',
variants: [
{ id: 'dark', value: 'dark' },
{ id: 'light', value: 'light' },
],
})