27595e4f65363e5e的头像-牛翰网
越长大越孤单 ,越长大越不安
vue3中使用keepAlive缓存路由组件不生效的问题解决-牛翰网

vue3中使用keepAlive缓存路由组件不生效的问题解决

问题出现原因 在router.js中注册路由: { path: '/template-allocation', name: 'TemplateAllocation', meta: { title: '风险任务详情', keepAlive: true }, component: () => import( '../v...