didi/di18n

vue3 废弃了vue-template-compiler,所以init失败了,那么请问vue3的版本怎么操作呢

Opened this issue · 6 comments

npx di18n init --vue

Vue packages version mismatch:

  • vue@3.3.4 (/Users/zhoumin/fxq/prothentic-official-website/node_modules/vue/index.js)
  • vue-template-compiler@2.6.14 (/Users/zhoumin/fxq/prothentic-official-website/node_modules/vue-template-compiler/package.json)

This may cause things to work incorrectly. Make sure to use the same version for both.
If you are using vue-loader@>=10.0, simply update vue-template-compiler.
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

@FairyFanFan 回复的有些晚了,抱歉,vue3 的版本暂不支持,可以列到规划中

@FairyFanFan 回复的有些晚了,抱歉,vue3 的版本暂不支持,可以列到规划中

啥时候能支持vue3诶,有计划吗?

@FairyFanFan 回复的有些晚了,抱歉,vue3 的版本暂不支持,可以列到规划中

啥时候能支持vue3诶,有计划吗?

@ZGH0717 目前没有时间支持,得晚一些了

vue3 我是暴力把 vue-template-compiler 换成 @vue/compiler-sfc 这样也能运行

vue3 我是暴力把 vue-template-compiler 换成 @vue/compiler-sfc 这样也能运行

@andiShan11 如果你有时间,可以来共建🤣

vue3 我是暴力把 vue-template-compiler 换成 @vue/compiler-sfc 这样也能运行

要怎么改,