]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(zh): Remove the redundant word "使用" (#2421)
authorRoozen <93673944+Roozenlz@users.noreply.github.com>
Tue, 10 Dec 2024 08:11:58 +0000 (16:11 +0800)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2024 08:11:58 +0000 (09:11 +0100)
packages/docs/zh/guide/index.md

index f21b6a9b621eb1627b3486773e8eb6fd7e0f8b35..5294ce0ad4a98273c35069adc8501e9ab169ba91 100644 (file)
@@ -178,7 +178,7 @@ pnpm create vue
 
 Vue Router 经常在配合打包工具 (如 Vite) 和[单文件组件](https://cn.vuejs.org/guide/introduction.html#single-file-components) (即 `.vue` 文件) 的应用中使用。本教程大多数的示例都是如此,但是 Vue Router 本身并不要求你使用构建工具或单文件组件。
 
-例如,若你要使用 [Vue](https://cn.vuejs.org/guide/quick-start.html#using-vue-from-cdn) 和 [Vue Router](../installation#Direct-Download-CDN) 的使用全局构建版本,这些库将被暴露为全局对象,而不是导入:
+例如,若你要使用 [Vue](https://cn.vuejs.org/guide/quick-start.html#using-vue-from-cdn) 和 [Vue Router](../installation#Direct-Download-CDN) 的全局构建版本,这些库将被暴露为全局对象,而不是导入:
 
 ```js
 const { createApp } = Vue