vue3项目一些小坑

1、 vue3项目本地热更新时报错TypeError: parentComponent.ctx.deactivate is not a function

 解决方法: 在keep-alive、component上设置key进行排序(即加个key)

原文地址:https://www.cnblogs.com/chailuG/p/15775185.html