同学你好 这个意思就是说 vue 这个模块里面没有 onBeforeMount 这个方法,这个一般是 typescript 版本太旧引起的,看一下你 package.json 中 typescript 的版本,将你项目的 ts 版本从 3.*.* 升级到 4版本(比如 4.3.5)应该就可以了。 具体链接:https://stackoverflow.com/questions/68790790/vue-3-module-node...
function setupLifeCycle( i18n: I18nInternal, target: ComponentInternalInstance, composer: Composer ): void { let emitter: VueDevToolsEmitter | null = null if (__BRIDGE__) { // assign legacy VueI18n instance to Vue2 instance // eslint-disable-next-line @typescript-eslint/no-explicit-any co...