mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
test: update windows snapshot
This commit is contained in:
parent
71c3595169
commit
4ec274ae25
@ -97,6 +97,12 @@ exports[`util: route util: route create createRoutes should allow snake case rou
|
||||
"name": "subpage-param",
|
||||
"path": "/subpage/:param?",
|
||||
},
|
||||
{
|
||||
"chunkName": "pages/parent/_",
|
||||
"component": "\\\\\\\\some\\\\nuxt\\\\app\\\\pages\\\\parent\\\\_.vue",
|
||||
"name": "parent-all",
|
||||
"path": "/parent/*",
|
||||
},
|
||||
{
|
||||
"chunkName": "pages/index",
|
||||
"component": "\\\\\\\\some\\\\nuxt\\\\app\\\\pages\\\\index.vue",
|
||||
|
Loading…
Reference in New Issue
Block a user