Godofbrowser/vuejs-dialog

Error on front page in Global Configuration example?

tgice opened this issue · 1 comments

tgice commented

I think the line that reads

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

Thanks for spotting. Correction has been made.