Bugfixing IExplorer bug

Doesn't allow i18n without key:value format
This commit is contained in:
lepipele
2018-03-22 00:06:56 -05:00
parent 59afebaa57
commit e985224092

View File

@@ -627,7 +627,7 @@
/^bp-/
];
var checkoutCtrl = new Vue({
i18n,
i18n: i18n,
el: '#checkoutCtrl',
components: {
qrcode: VueQr