Forráskód Böngészése

docs: update cnd url of vuex 4.0 (#1964)

Alan Wang 4 éve
szülő
commit
34225b3fec
2 módosított fájl, 4 hozzáadás és 4 törlés
  1. 2 2
      docs/installation.md
  2. 2 2
      docs/ptbr/installation.md

+ 2 - 2
docs/installation.md

@@ -2,10 +2,10 @@
 
 ## Direct Download / CDN
 
-[https://unpkg.com/vuex](https://unpkg.com/vuex)
+[https://unpkg.com/vuex@4](https://unpkg.com/vuex@4)
 
 <!--email_off-->
-[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/vuex@2.0.0`.
+[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/vuex@4.0.0/dist/vuex.global.js`.
 <!--/email_off-->
 
 Include `vuex` after Vue and it will install itself automatically:

+ 2 - 2
docs/ptbr/installation.md

@@ -2,10 +2,10 @@
 
 ## Download Direto / CDN
 
-[https://unpkg.com/vuex](https://unpkg.com/vuex)
+[https://unpkg.com/vuex@4](https://unpkg.com/vuex@4)
 
 <!--email_off-->
-[Unpkg.com](https://unpkg.com) fornece os links de CDN baseados em NPM. O link acima sempre apontará para a última versão do NPM. Você também pode usar uma versão/tag específica por meio de URLs como `https://unpkg.com/vuex@2.0.0`.
+[Unpkg.com](https://unpkg.com) fornece os links de CDN baseados em NPM. O link acima sempre apontará para a última versão do NPM. Você também pode usar uma versão/tag específica por meio de URLs como `https://unpkg.com/vuex@4.0.0/dist/vuex.global.js`.
 <!--/email_off-->
 
 Inclua o `vuex` após o Vue e ele se instalará automaticamente: