Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Routes were auto generated using pages directory structure. #84

Open
Chickyky opened this issue Oct 16, 2019 · 2 comments
Open

[bug] Routes were auto generated using pages directory structure. #84

Chickyky opened this issue Oct 16, 2019 · 2 comments

Comments

@Chickyky
Copy link

My pages directory
image

In folder build .nuxt/framework7/routes.js
image
I think path of 'feed-page' should '/:feed/:page?'

When I go to http://localhost:3000/feed/121 then nothing in params
image

(image I capture in Console Devtool)

@jcmidia
Copy link

jcmidia commented Oct 16, 2019

You should use $f7route instead of $route

@Chickyky
Copy link
Author

You should use $f7route instead of $route

unluck, $f7route is undefined :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants