在升级vue-3.0.11版本后,出现模板不能递归引用的问题。控制台出现以下警告信息:
[Vue warn]: Failed to resolve component: _self
这时需要将@vue/compiler-sfc也升级到3.0.11版本。也就是vue版本和@vue/compiler-sfc版本应该一致。
@vue/compiler-sfc
vue
github中也有类似的报告:https://github.com/vuejs/vue-next/issues/3577