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

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

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