mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
disable i18n warning
This commit is contained in:
@@ -466,8 +466,7 @@ export default {
|
||||
}
|
||||
],
|
||||
tourCallbacks: {
|
||||
onStop: (ev) => {
|
||||
console.log(ev)
|
||||
onStop: () => {
|
||||
this.$utils.tour.finishTour('spider-detail-config')
|
||||
},
|
||||
onPreviousStep: (currentStep) => {
|
||||
|
||||
@@ -10,7 +10,8 @@ const i18n = new VueI18n({
|
||||
messages: {
|
||||
en,
|
||||
zh
|
||||
}
|
||||
},
|
||||
silentTranslationWarn: true
|
||||
})
|
||||
|
||||
export default i18n
|
||||
|
||||
Reference in New Issue
Block a user