Skip to content

Commit e06b5d7

Browse files
authored
docs(zh): Remove the redundant word "使用" (#2421)
1 parent aad0d48 commit e06b5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/zh/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pnpm create vue
178178

179179
Vue Router 经常在配合打包工具 (如 Vite) 和[单文件组件](https://cn.vuejs.org/guide/introduction.html#single-file-components) (即 `.vue` 文件) 的应用中使用。本教程大多数的示例都是如此,但是 Vue Router 本身并不要求你使用构建工具或单文件组件。
180180

181-
例如,若你要使用 [Vue](https://cn.vuejs.org/guide/quick-start.html#using-vue-from-cdn)[Vue Router](../installation#Direct-Download-CDN) 的使用全局构建版本,这些库将被暴露为全局对象,而不是导入:
181+
例如,若你要使用 [Vue](https://cn.vuejs.org/guide/quick-start.html#using-vue-from-cdn)[Vue Router](../installation#Direct-Download-CDN) 的全局构建版本,这些库将被暴露为全局对象,而不是导入:
182182

183183
```js
184184
const { createApp } = Vue

0 commit comments

Comments
 (0)