vue-msgbox icon indicating copy to clipboard operation
vue-msgbox copied to clipboard

Language default

Open frthjf opened this issue 8 years ago • 2 comments

Is there any option to switch the language? It defaults to Chinese right now and I don't want to pass through custom button labels for each single message.

frthjf avatar Jun 13 '16 15:06 frthjf

You can try this:

import MessageBox from 'vue-msgbox';

MessageBox.defaults.confirmButtonText = 'OK';
MessageBox.defaults.cancelButtonText = 'Cancel';

furybean avatar Jun 14 '16 02:06 furybean

OK, I see. Looks good!

frthjf avatar Jun 14 '16 12:06 frthjf