moldedjelly
Results
2
comments of
moldedjelly
@sebastianrothbucher this solved it for me too. On closer inspection of the webpack generated dist/vue-carousel.min.js it was referencing window early on in the code - and from searching around -...
sorry, had to modify the code to: if (is_array($message['params']['class'])) { $message['params']['class'][] = 'alert-' . $class; } else { $message['params']['class'] = 'alert alert-' . $class; }