Replies: 1 comment
-
You are free to change the - const pages = import.meta.glob('./Pages/**/*.vue', { eager: true })
+ const pages = import.meta.glob('./views/**/*.vue', { eager: true }) If you are testing your app in Laravel, you will need to update the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
is their any way to change the default path from Pages to views/
Beta Was this translation helpful? Give feedback.
All reactions