解决warning问题之前:
import VueI18n from 'vue-i18n'

解决之后:
import VueI18n from 'vue-i18n/index'