From: Mehdi Achour Date: Tue, 2 Nov 2021 14:09:03 +0000 (+0100) Subject: docs: fix qs example (#1177) X-Git-Tag: v4.0.13~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f80fb58f9647c39706cfe01528fa4f82556e53;p=thirdparty%2Fvuejs%2Frouter.git docs: fix qs example (#1177) --- diff --git a/src/router.ts b/src/router.ts index 585d8c9c..77bf5713 100644 --- a/src/router.ts +++ b/src/router.ts @@ -152,7 +152,7 @@ export interface RouterOptions extends PathParserOptions { * * createRouter({ * // other options... - * parse: qs.parse, + * parseQuery: qs.parse, * stringifyQuery: qs.stringify, * }) * ```