Skip to content

Commit 905cfa5

Browse files
committed
avoid cloudflare email obfuscation
1 parent 2d96686 commit 905cfa5

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docs/en/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vuex](https://unpkg.com/vuex)
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 `vuex` after Vue and it will install itself automatically:
1012

docs/fr/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vuex](https://unpkg.com/vuex)
66

7+
<!--email_off-->
78
[Unpkg.com](https://unpkg.com) fournit des liens CDN basés sur NPM. Le lien ci-dessus pointera toujours vers la dernière release sur NPM. Vous pouvez aussi utiliser un tag ou une version spécifique comme `https://unpkg.com/[email protected]`.
9+
<!--/email_off-->
810

911
Incluez `vuex` après Vue et l'installation sera automatique :
1012

docs/ru/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vuex](https://unpkg.com/vuex)
66

7+
<!--email_off-->
78
[Unpkg.com](https://unpkg.com) предоставляет CDN-ссылки на содержимое NPM-пакетов. Приведённая выше ссылка всегда будет указывать на самый свежий релиз Vuex, доступный в NPM. Кроме того, можно указать конкретную версию или тег, например `https://unpkg.com/[email protected]`.
9+
<!--/email_off-->
810

911
Подключите `vuex` после Vue, и установка произойдёт автоматически:
1012

docs/zh-cn/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
[https://unpkg.com/vuex](https://unpkg.com/vuex)
66

7+
<!--email_off-->
78
[Unpkg.com](https://unpkg.com) 提供了基于 NPM 的 CDN 链接。以上的链接会一直指向 NPM 上发布的最新版本。您也可以通过 `https://unpkg.com/[email protected]` 这样的方式指定特定的版本。
9+
<!--/email_off-->
810

911
在 Vue 之后引入 `vuex` 会进行自动安装:
1012

0 commit comments

Comments
 (0)