Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
351 stars 111 forks source link

Demo page does not work in Safari #1

Closed arve0 closed 7 years ago

arve0 commented 7 years ago

Safari 10.1.2 gives the error

app.main.js:1071:84
TypeError: undefined is not an object (evaluating 'window.navigator.userLanguage[1]')

and a blank page. Works in Chrome.

Godofbrowser commented 7 years ago

@arve0 Thanks. Cross browser support is being added (here ca25a1a5475caa140934e4cac904d45ff4521397). Should work without errors now.