Skip to content

Commit 139803d

Browse files
committed
avoid cloudflare email obfuscation
1 parent 339dc8e commit 139803d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/en/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vue-router](https://unpkg.com/vue-router)
66

7+
<!--email_off-->
78
[Unpkg.com](https://unpkg.com) provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like `https://unpkg.com/[email protected]`.
9+
<!--/email_off-->
810

911
Include `vue-router` after Vue and it will install itself automatically:
1012

docs/ja/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vue-router](https://unpkg.com/vue-router)
66

7+
<!--email_off-->
78
[Unpkg.com](https://unpkg.com) は NPM ベースの CDN リンクです。 上記のリンクは常に NPM 上の最新のリリースを指します。 `https://unpkg.com/[email protected]` のような URL を利用することで特定のバージョンやタグを指定することもできます。
9+
<!--/email_off-->
810

911
Vue の後に `vue-router` を含めると自動的にインストールされます。
1012

docs/zh-cn/installation.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vue-router](https://unpkg.com/vue-router)
66

7+
<!--email_off-->
78
[Unpkg.com](https://unpkg.com) 提供了基于 NPM 的 CDN 链接。上面的链接会一直指向在 NPM 发布的最新版本。你也可以像 `https://unpkg.com/[email protected]` 这样指定 版本号 或者 Tag。
9+
<!--/email_off-->
810

911
在 Vue 后面加载 `vue-router`,它会自动安装的:
1012

0 commit comments

Comments
 (0)