@@ -38,6 +38,12 @@ exports[`util: route util: route create createRoutes should allow snake case rou
38
38
" name" : " subpage-param" ,
39
39
" path" : " /subpage/:param?" ,
40
40
} ,
41
+ {
42
+ " chunkName" : " pages/parent/_" ,
43
+ " component" : " /some/nuxt/app/pages/parent/_.vue" ,
44
+ " name" : " parent-all" ,
45
+ " path" : " /parent/*" ,
46
+ } ,
41
47
{
42
48
" chunkName" : " pages/index" ,
43
49
" component" : " /some/nuxt/app/pages/index.vue" ,
@@ -162,6 +168,15 @@ exports[`util: route util: route create createRoutes should enforce trailing sla
162
168
" strict" : true ,
163
169
},
164
170
} ,
171
+ {
172
+ " chunkName" : " pages/parent/_" ,
173
+ " component" : " /some/nuxt/app/pages/parent/_.vue" ,
174
+ " name" : " parent-all" ,
175
+ " path" : " /parent/*" ,
176
+ " pathToRegexpOptions" : {
177
+ " strict" : true ,
178
+ },
179
+ } ,
165
180
{
166
181
" chunkName" : " pages/index" ,
167
182
" component" : " /some/nuxt/app/pages/index.vue" ,
@@ -239,6 +254,15 @@ exports[`util: route util: route create createRoutes should remove trailing slas
239
254
" strict" : true ,
240
255
},
241
256
} ,
257
+ {
258
+ " chunkName" : " pages/parent/_" ,
259
+ " component" : " /some/nuxt/app/pages/parent/_.vue" ,
260
+ " name" : " parent-all" ,
261
+ " path" : " /parent/*" ,
262
+ " pathToRegexpOptions" : {
263
+ " strict" : true ,
264
+ },
265
+ } ,
242
266
{
243
267
" chunkName" : " pages/index" ,
244
268
" component" : " /some/nuxt/app/pages/index.vue" ,
0 commit comments