vue-cli-plugin-cobra-router
Version:
Vue CLI plugin, Support automatic generation of international routing table and dynamic update of meta information
19 lines (18 loc) • 385 B
JSON
{
"layouts": {
"header": "This is a default layout header",
"footer": "This is a default layout footer"
},
"home": {
"nav": "Home",
"title": "This is an home page"
},
"about": {
"nav": "About",
"title": "This is an about page"
},
"user": {
"nav": "User Center",
"title": "User Center"
}
}