]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
sync code with en-doc (#1803)
authorlightnoway <lightnoway@qq.com>
Mon, 24 Apr 2023 14:52:42 +0000 (22:52 +0800)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2023 14:52:42 +0000 (00:52 +1000)
packages/docs/zh/guide/advanced/composition-api.md

index 5be3166be420231cbf984b7a798c5eefaa6287ed..13cc938c7db121255d1360a2f1d858e0ce04f7d6 100644 (file)
@@ -24,6 +24,7 @@ export default {
         name: 'search',
         query: {
           ...route.query,
+          ...query,
         },
       })
     }