Replies: 1 comment
-
Sounds like a bug! Track in #590 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the following example,
users.create.vue
won't be nested inusers.vue
However, if i try the following:
users.index.vue
will still be nested inusers.vue
.I also tried:
with
but this didn' work either.
In other words, is it possible to get something like this with file based routing?
Beta Was this translation helpful? Give feedback.
All reactions