Skip to content

Instantly share code, notes, and snippets.

@iamroi
Created March 3, 2022 10:42
Show Gist options
  • Save iamroi/4180b80d281b96b2e09cf2e3be1b42ed to your computer and use it in GitHub Desktop.
Save iamroi/4180b80d281b96b2e09cf2e3be1b42ed to your computer and use it in GitHub Desktop.
Nuxt3 - Sample router.options.ts
import qs from 'qs'
export default {
parseQuery: qs.parse,
stringifyQuery: qs.stringify,
scrollBehavior: () => {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment