nuxt7 icon indicating copy to clipboard operation
nuxt7 copied to clipboard

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

Open Chickyky opened this issue 6 years ago • 2 comments

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)

Chickyky avatar Oct 16 '19 04:10 Chickyky

You should use $f7route instead of $route

jcmidia avatar Oct 16 '19 16:10 jcmidia

You should use $f7route instead of $route

unluck, $f7route is undefined :(

Chickyky avatar Oct 16 '19 16:10 Chickyky