disable i18n warning

This commit is contained in:
marvzhang
2020-01-31 14:17:45 +08:00
parent d73505a33b
commit ed67eab0a6
2 changed files with 3 additions and 3 deletions

View File

@@ -466,8 +466,7 @@ export default {
}
],
tourCallbacks: {
onStop: (ev) => {
console.log(ev)
onStop: () => {
this.$utils.tour.finishTour('spider-detail-config')
},
onPreviousStep: (currentStep) => {

View File

@@ -10,7 +10,8 @@ const i18n = new VueI18n({
messages: {
en,
zh
}
},
silentTranslationWarn: true
})
export default i18n