2.0.0-25414361.b4a4a55 (likely before as well)(https://github.com/nuxt/nuxt.js/releases/tag/2.0.0-25414361.b4a4a55 (likely before as well))
https://github.com/manniL/nuxt-watch-query-issue
When using watchQuery
, the watchers are not triggered when internally redirecting
to an URL with trailing slash and without query string parameter set (eg to /query/
)
npm i
)npm run dev
)watchQuery
watches as usual and calls async functions correctly.
watchQuery
does not listen.