nkoehring / vue-a2b

Split Testing for Vue.js
MIT License
87 stars 13 forks source link

Fallback for no variations or variations are string #7

Closed softbeehive closed 7 years ago

softbeehive commented 7 years ago

The issue Object.keys('string') fails in IE 10 and 11.


How and why?

import { randomCandidate } from 'vue-a2b'
randomCandidate('best-results-aglorithm', {hobbit: 1, iOS: 1})
nkoehring commented 7 years ago

Thanks for pointing that out!