Godofbrowser / vuejs-dialog

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

Error on front page in Global Configuration example? #34

Closed tgice closed 6 years ago

tgice commented 6 years ago

I think the line that reads

Vue.use(VuejsDialog, { should instead be: Vue.use(VuejsDialog.default, {

Godofbrowser commented 6 years ago

Thanks for spotting. Correction has been made.