SoFunction
Updated on 2025-04-03

Solve the problem of invalid vue admin element noCache settings

1. Data returned in the background

{

path: '/fbgq',

name: 'fbgq',

component: () => import('../views/part/'),

meta: {

title: 'Publish supply and demand',

 noCache:false

}

},

2. Corresponding vue file

To set a unified name in script

export default {

name:"fbgq",

}

The above article solves the problem of invalid settings of vue admin element noCache is all the content I share with you. I hope you can give you a reference and I hope you can support me more.